|
@@ -198,7 +198,11 @@ input:-webkit-autofill:active {
|
|
|
width: 70% !important;
|
|
width: 70% !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+// .ant-pro-table-list-toolbar-search {
|
|
|
|
|
+// > .ant-input-group-wrapper {
|
|
|
|
|
+// width: 250px;
|
|
|
|
|
+// }
|
|
|
|
|
+// }
|
|
|
@media (max-width: 767.98px) {
|
|
@media (max-width: 767.98px) {
|
|
|
.my-drawer.ant-drawer-open {
|
|
.my-drawer.ant-drawer-open {
|
|
|
> .ant-drawer-content-wrapper {
|
|
> .ant-drawer-content-wrapper {
|
|
@@ -209,13 +213,28 @@ input:-webkit-autofill:active {
|
|
|
margin: 0 !important;
|
|
margin: 0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .sheet-box-left {
|
|
|
|
|
|
|
+ .sheet-box .sheet-box-left {
|
|
|
height: unset;
|
|
height: unset;
|
|
|
|
|
+ overflow-y: unset;
|
|
|
}
|
|
}
|
|
|
.sheet-right-panel,
|
|
.sheet-right-panel,
|
|
|
.sheet-panel-record {
|
|
.sheet-panel-record {
|
|
|
height: unset;
|
|
height: unset;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .ant-pro-table-list-toolbar-search {
|
|
|
|
|
+ > .ant-input-group-wrapper {
|
|
|
|
|
+ width: unset;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // .ant-pro-table-list-toolbar-container {
|
|
|
|
|
+ // flex-wrap: nowrap !important;
|
|
|
|
|
+ // align-items: center !important;
|
|
|
|
|
+ // > .ant-pro-table-list-toolbar-left {
|
|
|
|
|
+ // margin-bottom: 0;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
// .react-resizable {
|
|
// .react-resizable {
|
|
|
// background-clip: padding-box !important;
|
|
// background-clip: padding-box !important;
|