初始化3.0.0版本

This commit is contained in:
zengqiao
2022-08-18 17:04:05 +08:00
parent 462303fca0
commit 51832385b1
2446 changed files with 93177 additions and 127211 deletions

View File

@@ -0,0 +1,30 @@
.security-acls-page {
.card-bar {
margin: 12px 0;
}
&-list {
width: 100%;
height: fit-content;
padding: 16px 24px;
background: #ffffff;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 3px 6px 3px rgba(0, 0, 0, 0.01), 0 2px 6px 0 rgba(0, 0, 0, 0.03);
// border-radius: 12px;
}
.operate-bar {
display: flex;
justify-content: space-between;
margin-bottom: 12px;
}
}
.acls-edit-drawer {
.form-item-group {
padding: 16px 20px 0 20px;
margin-bottom: 16px;
background: #f8f9fa;
border-radius: 8px;
}
.dcloud-form-item-control-input {
min-height: 0;
}
}