-
-
+
+
员工通讯录
群聊列表
-
-
-
+
+
+
@@ -446,7 +753,13 @@ html[theme-mode='dark'] {
box-sizing: border-box;
width: 100%;
padding: 0 12px;
+ :deep(.n-tabs-tab--active) {
+ color: #46299d !important;
+ }
.addressBook-content {
+ display: flex;
+ flex-direction: row;
+ gap: 20px;
.addressBook-tree {
width: 328px;
height: 524px;
@@ -456,6 +769,37 @@ html[theme-mode='dark'] {
padding: 12px 20px;
box-sizing: border-box;
}
+ .addressBook-table {
+ :deep(.n-data-table-th) {
+ background-color: #46299d;
+ color: #fff;
+ }
+ .addressBook-pagination {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ padding: 22px 0 0;
+ box-sizing: border-box;
+ }
+ }
+ }
+ .groupChatList-content {
+ display: flex;
+ flex-direction: row;
+ gap: 20px;
+ .groupChatList-table {
+ :deep(.n-data-table-th) {
+ background-color: #46299d;
+ color: #fff;
+ }
+ .groupChatList-pagination {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ padding: 22px 0 0;
+ box-sizing: border-box;
+ }
+ }
}
}
+
{
@triggerTreeClick="handleTreeClick"
>
+
+
+
+
+
+
+ 共 {{ itemCount }} 条记录
+
+
+
+
+
+
+
+ 共 {{ itemCount }} 条记录
+
+
+