Commit 3632331c authored by wuhao's avatar wuhao 🎯

asder

parent 2599f047
...@@ -418,6 +418,7 @@ const Mtable = (props) => { ...@@ -418,6 +418,7 @@ const Mtable = (props) => {
} }
search={{ search={{
filterType: 'light', //轻量模式 filterType: 'light', //轻量模式
placement: 'bottomLeft',
}} }}
/> />
); );
......
...@@ -14,7 +14,9 @@ body, ...@@ -14,7 +14,9 @@ body,
.ant-layout { .ant-layout {
min-height: 100vh; min-height: 100vh;
} }
.ant-popover-inner-content {
padding: 0 !important;
}
.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed { .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
left: unset; left: unset;
} }
...@@ -58,14 +60,13 @@ ol { ...@@ -58,14 +60,13 @@ ol {
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
&-thead>tr, &-thead > tr,
&-tbody>tr { &-tbody > tr {
> th,
>th, > td {
>td {
white-space: pre; white-space: pre;
>span { > span {
display: block; display: block;
} }
} }
...@@ -314,7 +315,7 @@ ol { ...@@ -314,7 +315,7 @@ ol {
} }
.lightblue { .lightblue {
>td:first-child { > td:first-child {
position: relative; position: relative;
&::before { &::before {
...@@ -336,14 +337,14 @@ ol { ...@@ -336,14 +337,14 @@ ol {
width: 100%; width: 100%;
padding-left: 0 !important; padding-left: 0 !important;
>span:first-child { > span:first-child {
flex: 1; flex: 1;
>span:first-child { > span:first-child {
display: none !important; display: none !important;
} }
>.ant-spin-nested-loading { > .ant-spin-nested-loading {
width: 100%; width: 100%;
} }
} }
...@@ -402,7 +403,7 @@ ol { ...@@ -402,7 +403,7 @@ ol {
} }
.runtime-keep-alive-layout { .runtime-keep-alive-layout {
>div { > div {
height: 100% !important; height: 100% !important;
} }
} }
...@@ -450,7 +451,7 @@ ol { ...@@ -450,7 +451,7 @@ ol {
min-height: 100% !important; min-height: 100% !important;
overflow: hidden !important; overflow: hidden !important;
>div { > div {
height: 100%; height: 100%;
min-height: calc(100vh - 96px); min-height: calc(100vh - 96px);
} }
...@@ -462,12 +463,12 @@ ol { ...@@ -462,12 +463,12 @@ ol {
// 横向滚动条 // 横向滚动条
.scrollHoriz { .scrollHoriz {
>div { > div {
display: flex !important; display: flex !important;
flex-wrap: nowrap !important; flex-wrap: nowrap !important;
align-items: center !important; align-items: center !important;
>div { > div {
flex-shrink: 0 !important; flex-shrink: 0 !important;
} }
} }
...@@ -497,7 +498,6 @@ ol { ...@@ -497,7 +498,6 @@ ol {
top: -162px; top: -162px;
left: 74px; left: 74px;
color: #1890ff; color: #1890ff;
} }
.ant-popover-buttons { .ant-popover-buttons {
...@@ -516,4 +516,4 @@ ol { ...@@ -516,4 +516,4 @@ ol {
.container___gD5n4 { .container___gD5n4 {
z-index: 9999 !important; z-index: 9999 !important;
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment