|
@@ -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 提高优先级 */ /* 时间输入框的宽度 */
|
|
|
}
|
|
|
|
|
|
/* 小屏幕设备 */
|