[update 首页] 部分样式调整

This commit is contained in:
danshihao
2024-07-23 16:42:52 +08:00
parent 101685d1f5
commit ac1d074c0e
2 changed files with 13 additions and 2 deletions
@@ -480,6 +480,17 @@ export default {
/deep/ .ant-table-thead > tr > th {
background-color: #fff;
}
/deep/ .ant-table-row .ant-table-row-cell-break-word {
border: none;
&:first-child {
border-radius: 8px 0 0 8px;
}
&:last-child {
border-radius: 0 8px 8px 0;
}
}
}
@media screen and (max-width: 1366px) {
.warning-wrapper {
+2 -2
View File
@@ -131,8 +131,8 @@ export default {
position: absolute;
width: @size;
height: @size;
left: 0;
top: 0;
left: -1px;
top: -1px;
font-size: 0;
img {
position: absolute;