Skip to content

Commit

Permalink
feat: 数据源管理模块联调
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri0528 committed Sep 13, 2023
1 parent 5fd5898 commit 0784cec
Show file tree
Hide file tree
Showing 17 changed files with 1,330 additions and 413 deletions.
2 changes: 2 additions & 0 deletions src/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"art-template": "^4.13.2",
"axios": "^1.4.0",
"bkui-vue": "0.0.1-beta.475",
Expand Down
66 changes: 66 additions & 0 deletions src/pages/src/components/notify-editor/NotifyEditor.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
.tab-box {
.password-header {
display: flex;
line-height: 50px;

.bk-checkbox-group {
display: flex;
font-size: 14px;
line-height: 50px;

.password-tab {
padding-left: 20px;

.checkbox-item {
display: inline-block;
padding: 0 20px 0 5px;
font-size: 14px;
}

.bk-checkbox {
vertical-align: middle;
}
}
}

.checkbox-zh {
width: 85% !important;
}

.checkbox-en {
width: 75% !important;
}

.edit-info {
color: #3A84FF;

:hover {
cursor: pointer;
}
}
}
}

::v-deep .show-tab-color {
.password-header {
display: flex;
border-bottom: 1px solid #dcdee5;

.active-tab {
border-bottom: 2px solid #3A84FF;
}

.password-tab span:hover {
color: #3a84ff;
cursor: pointer;
}
}

.bk-tab-label-list .bk-tab-label-item.active::after {
height: 2px;
}

.bk-tab-header {
background-image: linear-gradient(transparent 41px, #dcdee5 0);
}
}
Loading

0 comments on commit 0784cec

Please sign in to comment.