调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -320,12 +320,12 @@ $border-color: #ebeef5;
box-sizing: border-box;
display: table;
overflow-x: auto;
::v-deep .uni-table-tr:nth-child(n + 2) {
/deep/ .uni-table-tr:nth-child(n + 2) {
&:hover {
background-color: #f5f7fa;
}
}
::v-deep .uni-table-thead {
/deep/ .uni-table-thead {
.uni-table-tr {
// background-color: #f5f7fa;
&:hover {
@@ -349,7 +349,7 @@ $border-color: #ebeef5;
.table--stripe {
/* #ifndef APP-NVUE */
::v-deep .uni-table-tr:nth-child(2n + 3) {
/deep/ .uni-table-tr:nth-child(2n + 3) {
background-color: #fafafa;
}
/* #endif */

View File

@@ -112,13 +112,13 @@ $border-color: #ebeef5;
/* #ifndef APP-NVUE */
.uni-table-tr {
::v-deep .uni-table-th {
/deep/ .uni-table-th {
&.table--border:last-child {
// border-right: none;
}
}
::v-deep .uni-table-td {
/deep/ .uni-table-td {
&.table--border:last-child {
// border-right: none;
}

View File

@@ -154,13 +154,13 @@ $border-color: #ebeef5;
/* #ifndef APP-NVUE */
.uni-table-tr {
::v-deep .uni-table-th {
/deep/ .uni-table-th {
&.table--border:last-child {
// border-right: none;
}
}
::v-deep .uni-table-td {
/deep/ .uni-table-td {
&.table--border:last-child {
// border-right: none;
}