优化:优化全局样式

This commit is contained in:
2023-02-04 22:46:45 +08:00
parent 86c4350de4
commit 3add8302c9
12 changed files with 340 additions and 421 deletions

View File

@@ -62,6 +62,16 @@ body {
}
}
.app-container {
padding: 0 20px 20px 20px;
.header {
margin-bottom: 16px;
&-query {
margin-bottom: 8px;
}
}
}
.general-card {
border-radius: 4px;
border: none;
@@ -79,6 +89,14 @@ body {
border-color: rgb(var(--gray-2));
}
:deep(.arco-table-th) {
&:last-child {
.arco-table-th-item-title {
margin-left: 16px;
}
}
}
.arco-table-cell {
.circle {
display: inline-block;