Commit 7fb800b6 authored by 皮倩雯's avatar 皮倩雯

fix: '打包'

parent 7e95479d
Pipeline #81689 failed with stages
...@@ -45,14 +45,13 @@ iframe { ...@@ -45,14 +45,13 @@ iframe {
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;
} }
} }
...@@ -61,14 +60,13 @@ iframe { ...@@ -61,14 +60,13 @@ iframe {
} }
// 兼容IE11 // 兼容IE11
@media screen and(-ms-high-contrast: active), @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
(-ms-high-contrast: none) { body .ant-design-pro > .ant-layout {
body .ant-design-pro>.ant-layout {
min-height: 100vh; min-height: 100vh;
} }
} }
.ant-pro-global-header-layout-side>div:first-child /deep/ { .ant-pro-global-header-layout-side > div:first-child /deep/ {
flex: 0 !important; flex: 0 !important;
} }
...@@ -77,7 +75,6 @@ iframe { ...@@ -77,7 +75,6 @@ iframe {
} }
:global { :global {
::-webkit-scrollbar { ::-webkit-scrollbar {
height: 6px; //x轴滚动条粗细 height: 6px; //x轴滚动条粗细
width: 6px; //y轴滚动条粗细 width: 6px; //y轴滚动条粗细
...@@ -103,15 +100,12 @@ iframe { ...@@ -103,15 +100,12 @@ iframe {
.ant-table-body { .ant-table-body {
border-right: 1px solid rgb(240, 240, 240); border-right: 1px solid rgb(240, 240, 240);
.ant-table-row:hover>td { .ant-table-row:hover > td {
background: #aed8fa !important; background: #aed8fa !important;
} }
} }
.ant-table-cell { .ant-table-cell {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
...@@ -186,5 +180,5 @@ iframe { ...@@ -186,5 +180,5 @@ iframe {
.ant-tooltip-placement-topLeft .ant-tooltip-arrow { .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 5px !important; left: 5px !important;
transform: translateY(0) !important; transform: translateY(0) !important;
} }
} }
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