Преглед изворни кода

update 页面时间选择框 长度问题

bzd_lxf пре 1 месец
родитељ
комит
324dfe2cae
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      health-admin/src/main/resources/static/health/css/input-styles.css

+ 3 - 3
health-admin/src/main/resources/static/health/css/input-styles.css

@@ -125,15 +125,15 @@ li {
 }
 
 .customize-form-group-container .select-time label {
-	margin-right: 1em; /* 时间选择框标签右侧的外边距 */
+	/*margin-right: 1em; !* 时间选择框标签右侧的外边距 *!*/
 }
 
 .customize-form-group-container .select-time .time-input {
-	width: 90px; /* 时间输入框的宽度 */
+	width: 92px; /* 时间输入框的宽度 */
 	/*margin-right: 0.5em;*/ /* 可选的右侧内边距 */
 }
 .time-input2 {
-	width: 190px !important; /* 使用 !important 提高优先级 */ /* 时间输入框的宽度 */
+	width: 200px !important; /* 使用 !important 提高优先级 */ /* 时间输入框的宽度 */
 }
 
 /* 小屏幕设备 */