autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 73df0d865c
commit 86f5e27ee4

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.c036cdf6.js"></script>
<script src="/react/build/umi.cc760216.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -495,7 +495,7 @@ var Navigation = function Navigation(_ref) {
// className={styles.search}
,
style: {
width: 412,
width: 300,
marginLeft: 20
},
value: keyword,

@ -522,7 +522,7 @@ var Navigation = function Navigation(_ref) {
// className={styles.search}
,
style: {
width: 412,
width: 300,
borderRadius: 6,
marginLeft: 20
},

@ -534,7 +534,7 @@ var Navigation = function Navigation(_ref) {
// className={styles.search}
,
style: {
width: 412,
width: 300,
borderRadius: 6,
marginLeft: 20
},

@ -64,29 +64,28 @@
margin-top: 3px;
}
.search_params___NkVZb {
margin-top: 30px;
margin-bottom: 10px;
display: flex;
}
.search_params___NkVZb [class~='ant-select-selector'] {
height: 36px !important;
line-height: 36px !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___NkVZb [class~='ant-form-item-label'] {
height: 36px !important;
line-height: 36px !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___NkVZb [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___NkVZb [class~='ant-select-selection-item'] {
line-height: 34px !important;
line-height: 36px !important;
}
.search_params___NkVZb [class~='ant-select-selector'] {
height: 36px !important;
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
@ -117,7 +116,7 @@
border: 1px solid #17378A !important;
}
.search_params___NkVZb [class~='ant-picker'] {
height: 36px !important;
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}

@ -320,7 +320,7 @@ button:active {
background: #1C367E;
box-shadow: inset 0px 3px 5px 0px rgba(27, 36, 74, 0.5);
border-radius: 6px;
padding: 40px 30px;
padding: 20px 10px;
text-align: center;
width: 230px;
}
@ -341,7 +341,6 @@ button:active {
.content_list___bw9hR {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
/* 设置元素之间的间距 */
border-radius: 4px;

@ -419,7 +419,7 @@ var OpenReservationStatistics = function OpenReservationStatistics(_ref) {
label: "\u65F6\u95F4",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 240
width: 100
},
value: selectTime,
onChange: function onChange(e) {
@ -440,7 +440,7 @@ var OpenReservationStatistics = function OpenReservationStatistics(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 200
width: 150
},
value: directorsId,
onChange: function onChange(e) {
@ -464,7 +464,7 @@ var OpenReservationStatistics = function OpenReservationStatistics(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 200
width: 150
},
value: appointedById,
onChange: function onChange(e) {
@ -488,7 +488,7 @@ var OpenReservationStatistics = function OpenReservationStatistics(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 200
width: 150
},
defaultValue: classroomId,
value: classroomId,
@ -513,7 +513,7 @@ var OpenReservationStatistics = function OpenReservationStatistics(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 200
width: 150
},
value: shixunName,
onChange: function onChange(e) {

@ -571,7 +571,7 @@ var OpenReservation = function OpenReservation(_ref) {
size: "large",
className: OpenReservationmodules.search,
style: {
width: 472
width: 300
},
value: keyword,
onChange: function onChange(e) {

@ -47,7 +47,6 @@
background-color: #f6f7f9;
}
.search_params___R1x4h {
margin-top: 30px;
margin-bottom: 10px;
display: flex;
justify-content: space-between;

@ -798,7 +798,7 @@ var Navigation = function Navigation(_ref) {
// className={styles.search}
,
style: {
width: 380,
width: 300,
borderRadius: 6,
marginLeft: 20
},

@ -541,7 +541,7 @@ var Navigation = function Navigation(_ref) {
// className={styles.search}
,
style: {
width: 412
width: 260
},
value: keyword,
onChange: function onChange(e) {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save