mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-22 14:57:14 +08:00
优化:优化全局样式
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user