mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
workflow: add stylelint
This commit is contained in:
@@ -168,6 +168,7 @@ export default defineComponent({
|
||||
<style lang="scss" scoped>
|
||||
.list {
|
||||
padding: 10px;
|
||||
|
||||
.page-left {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
@@ -176,20 +177,25 @@ export default defineComponent({
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.select-count) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
:deep(.el-drawer__header) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
:deep(.el-drawer__header span) {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
:deep(.el-divider--horizontal) {
|
||||
margin: 13px 0;
|
||||
}
|
||||
|
||||
:deep(.el-icon-close) {
|
||||
&:hover {
|
||||
color: red;
|
||||
|
||||
Reference in New Issue
Block a user