[update 首页] 部分样式调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user