From c93eff979aba7e4e071b3363f9146d5b4d49996e Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Mon, 21 Dec 2020 14:47:43 +0800 Subject: [PATCH] 服务单 --- hive-app/common/styles/index.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index b98e911..44f6e45 100644 --- a/hive-app/common/styles/index.css +++ b/hive-app/common/styles/index.css @@ -196,20 +196,23 @@ } /* 蓝色圆形加减按钮 */ .blue-btn-circle{ + display: inline-block; height: 24px; width: 24px; line-height: 24px; + text-align: center; box-sizing: border-box; font-size: 14px!important; border-radius: 50%!important; background: #518EFF; - border-radius: 4px; color: #FFFFFF; } .blue-outline-btn-circle{ + display: inline-block; height: 24px; width: 24px; line-height: 22px; + text-align: center; box-sizing: border-box; font-size: 12px!important; border-radius: 50%; -- Gitblit v1.9.1