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

fix: '打包'

parent 7e95479d
Pipeline #81689 failed with stages
......@@ -45,14 +45,13 @@ iframe {
width: 100%;
overflow-x: auto;
&-thead>tr,
&-tbody>tr {
>th,
>td {
&-thead > tr,
&-tbody > tr {
> th,
> td {
white-space: pre;
>span {
> span {
display: block;
}
}
......@@ -61,14 +60,13 @@ iframe {
}
// 兼容IE11
@media screen and(-ms-high-contrast: active),
(-ms-high-contrast: none) {
body .ant-design-pro>.ant-layout {
@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
body .ant-design-pro > .ant-layout {
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;
}
......@@ -77,7 +75,6 @@ iframe {
}
:global {
::-webkit-scrollbar {
height: 6px; //x轴滚动条粗细
width: 6px; //y轴滚动条粗细
......@@ -103,15 +100,12 @@ iframe {
.ant-table-body {
border-right: 1px solid rgb(240, 240, 240);
.ant-table-row:hover>td {
.ant-table-row:hover > td {
background: #aed8fa !important;
}
}
.ant-table-cell {
overflow: hidden;
white-space: nowrap;
}
......@@ -186,5 +180,5 @@ iframe {
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
left: 5px !important;
transform: translateY(0) !important;
}
}
}
\ No newline at end of file
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