+
时间范围:
+
+
+

+
{
+ setDateRange([value, dateRange ? dateRange[1] : null]);
+ }}
+ placeholder="请输入日期"
+ className={styles.datePickerFirst}
+ suffixIcon={null}
+ />
+
+ {/* 短线 */}
+
-
-
-
时间范围:
-
-
-

-
{
- setDateRange([value, dateRange ? dateRange[1] : null]);
- }}
- placeholder="请输入演练日期"
- className={styles.datePickerFirst}
- suffixIcon={null}
- />
-
- {/* 短线 */}
-
-
-
-

-
{
- setDateRange([dateRange ? dateRange[0] : null, value]);
- }}
- placeholder="请输入演练日期"
- className={styles.datePickerFirst}
- suffixIcon={null}
- />
+
+

+
{
+ setDateRange([dateRange ? dateRange[0] : null, value]);
+ }}
+ placeholder="请输入日期"
+ className={styles.datePickerFirst}
+ suffixIcon={null}
+ />
+
-
-
-
-
{
>
新增
- {/* }
- onClick={handleBatchDelete}
- >
- 删除
- */}
diff --git a/src/pages/business_emergencyResource/components/secondary_menu/jjjl.less b/src/pages/business_emergencyResource/components/secondary_menu/jjjl.less
index 919adb2..097eb60 100644
--- a/src/pages/business_emergencyResource/components/secondary_menu/jjjl.less
+++ b/src/pages/business_emergencyResource/components/secondary_menu/jjjl.less
@@ -182,6 +182,11 @@
.ant-select-selection-placeholder {
line-height: 30px !important;
}
+
+ .ant-select-selection-placeholder {
+ color: #666 !important;
+ font-size: 13px !important;
+ }
}
}
@@ -189,6 +194,13 @@
.customInput {
height: 30px !important;
border-radius: 2px !important;
+
+ :global {
+ input::placeholder {
+ color: #666 !important;
+ font-size: 13px !important;
+ }
+ }
}
// 自定义按钮样式
@@ -198,6 +210,7 @@
border-radius: 2px !important;
height: 30px !important;
width: 75px;
+ font-size: 13px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;