Commit 3632331c authored by wuhao's avatar wuhao 🎯

asder

parent 2599f047
......@@ -418,6 +418,7 @@ const Mtable = (props) => {
}
search={{
filterType: 'light', //轻量模式
placement: 'bottomLeft',
}}
/>
);
......
......@@ -14,7 +14,9 @@ body,
.ant-layout {
min-height: 100vh;
}
.ant-popover-inner-content {
padding: 0 !important;
}
.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
left: unset;
}
......@@ -58,14 +60,13 @@ ol {
width: 100%;
overflow-x: auto;
&-thead>tr,
&-tbody>tr {
>th,
>td {
&-thead > tr,
&-tbody > tr {
> th,
> td {
white-space: pre;
>span {
> span {
display: block;
}
}
......@@ -314,7 +315,7 @@ ol {
}
.lightblue {
>td:first-child {
> td:first-child {
position: relative;
&::before {
......@@ -336,14 +337,14 @@ ol {
width: 100%;
padding-left: 0 !important;
>span:first-child {
> span:first-child {
flex: 1;
>span:first-child {
> span:first-child {
display: none !important;
}
>.ant-spin-nested-loading {
> .ant-spin-nested-loading {
width: 100%;
}
}
......@@ -402,7 +403,7 @@ ol {
}
.runtime-keep-alive-layout {
>div {
> div {
height: 100% !important;
}
}
......@@ -450,7 +451,7 @@ ol {
min-height: 100% !important;
overflow: hidden !important;
>div {
> div {
height: 100%;
min-height: calc(100vh - 96px);
}
......@@ -462,12 +463,12 @@ ol {
// 横向滚动条
.scrollHoriz {
>div {
> div {
display: flex !important;
flex-wrap: nowrap !important;
align-items: center !important;
>div {
> div {
flex-shrink: 0 !important;
}
}
......@@ -497,7 +498,6 @@ ol {
top: -162px;
left: 74px;
color: #1890ff;
}
.ant-popover-buttons {
......@@ -516,4 +516,4 @@ ol {
.container___gD5n4 {
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