This commit is contained in:
xman 2025-07-08 10:41:48 +08:00
parent 177674774d
commit 197b57506d

View File

@ -17,10 +17,15 @@
} }
#select_city { #select_city {
height: 34px; /* Bootstrap 默认输入框高度 */ height: 34px !important; /* 标准输入框高度 */
line-height: 34px; /* 让文字垂直居中 */ line-height: 34px !important; /* 文字垂直居中 */
padding-top: 0; padding: 6px 12px !important; /* bootstrap默认内边距 */
padding-bottom: 0; box-sizing: border-box !important;
font-size: 14px !important;
display: block !important;
vertical-align: middle !important;
overflow: hidden !important;
white-space: nowrap !important;
} }
</style> </style>