CN-926 fix: 样式细节优化

This commit is contained in:
chenjinsong
2023-03-10 21:15:09 +08:00
parent 64a6eac4a7
commit 1dee23435d
3 changed files with 8 additions and 7 deletions

View File

@@ -14,9 +14,8 @@
z-index: 0; z-index: 0;
} }
.main-container { .main-container {
padding: 0px; padding: 0;
height: 100%; height: 100%;
background-color: #f6f6f6;
&>div { &>div {
background-color: white; background-color: white;
} }
@@ -314,7 +313,7 @@
border-right: none !important; border-right: none !important;
} }
/* 最后一列用box-shadow模拟边框 */ /* 最后一列用box-shadow模拟边框 */
.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__body-wrapper td:nth-last-child(2) { /*.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__body-wrapper td:nth-last-child(2) {
box-shadow: 1px 0 $--right-box-border-color; box-shadow: 1px 0 $--right-box-border-color;
} }
.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__header-wrapper th:nth-last-child(3) { .el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__header-wrapper th:nth-last-child(3) {
@@ -333,7 +332,7 @@
th:last-of-type { th:last-of-type {
border-right: none !important; border-right: none !important;
} }
} }*/
.el-table--border:not(.chart-table)::after, .el-table--group:not(.chart-table)::after { .el-table--border:not(.chart-table)::after, .el-table--group:not(.chart-table)::after {
width: 0; width: 0;
} }

View File

@@ -1,4 +1,7 @@
.knowledge-base { .knowledge-base {
&.list-page {
height: calc(100% - 52px);
}
.type-tag { .type-tag {
display: inline-block; display: inline-block;
padding: 0 10px; padding: 0 10px;
@@ -9,7 +12,6 @@
} }
.top-title { .top-title {
font-family: NotoSansHans-Black;
font-size: 24px; font-size: 24px;
color: #353636; color: #353636;
font-weight: 900; font-weight: 900;

View File

@@ -189,7 +189,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="table-operation-all"> <!-- <div class="table-operation-all">
<el-checkbox v-model="checkboxAll" :indeterminate="isIndeterminate" @change="selectAll(tableData)"></el-checkbox> <el-checkbox v-model="checkboxAll" :indeterminate="isIndeterminate" @change="selectAll(tableData)"></el-checkbox>
<div class="table-operation-all-span"> <div class="table-operation-all-span">
<span>{{ $t('overall.all') }}</span> <span>{{ $t('overall.all') }}</span>
@@ -200,7 +200,7 @@
<span>{{ $t('report.batchDeletion') }}</span> <span>{{ $t('report.batchDeletion') }}</span>
</div> </div>
</div> </div>
</div> </div>-->
</div> </div>
</template> </template>