[update 首页] 部分样式调整
This commit is contained in:
@@ -480,6 +480,17 @@ export default {
|
|||||||
/deep/ .ant-table-thead > tr > th {
|
/deep/ .ant-table-thead > tr > th {
|
||||||
background-color: #fff;
|
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) {
|
@media screen and (max-width: 1366px) {
|
||||||
.warning-wrapper {
|
.warning-wrapper {
|
||||||
|
|||||||
@@ -131,8 +131,8 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: @size;
|
width: @size;
|
||||||
height: @size;
|
height: @size;
|
||||||
left: 0;
|
left: -1px;
|
||||||
top: 0;
|
top: -1px;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user