add share address book

This commit is contained in:
ljw
2024-10-28 14:25:41 +08:00
parent 67ecc0192b
commit c7b70471b2
23 changed files with 1436 additions and 106 deletions
+6 -2
View File
@@ -8,6 +8,7 @@ $sideBarWidth: 210px;
--basicBlack: #000000;
--basicWhite: #ffffff;
--primaryColor: #409eff;
--tag-bg-color: #efefef;
}
.list-body {
@@ -29,15 +30,18 @@ $sideBarWidth: 210px;
}
}
.table-actions{
.el-button{
.table-actions {
.el-button {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}
}
html.dark {
/* 自定义深色背景颜色 */
//--el-bg-color: #626aef;
--tag-bg-color: #24252b;
--basicBlack: #fff;
}