diff --git a/application/admin/view/statistics/item/index.html b/application/admin/view/statistics/item/index.html index d502f94..dc1f3be 100644 --- a/application/admin/view/statistics/item/index.html +++ b/application/admin/view/statistics/item/index.html @@ -17,10 +17,15 @@ } #select_city { - height: 34px; /* Bootstrap 默认输入框高度 */ - line-height: 34px; /* 让文字垂直居中 */ - padding-top: 0; - padding-bottom: 0; + height: 34px !important; /* 标准输入框高度 */ + line-height: 34px !important; /* 文字垂直居中 */ + padding: 6px 12px !important; /* bootstrap默认内边距 */ + box-sizing: border-box !important; + font-size: 14px !important; + display: block !important; + vertical-align: middle !important; + overflow: hidden !important; + white-space: nowrap !important; }