CN-1087 feat: 完成剩余工作,包括工具栏

This commit is contained in:
chenjinsong
2023-08-01 17:58:27 +08:00
parent faf0ced7c9
commit 7f2d5ce52d
14 changed files with 320 additions and 171 deletions

View File

@@ -18,6 +18,13 @@
color: #575757;
font-size: 18px;
}
&.toolbar--unactivated {
cursor: default;
i {
opacity: .4;
}
}
}
}
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1689317280458') format('woff2'),
url('iconfont.woff?t=1689317280458') format('woff'),
url('iconfont.ttf?t=1689317280458') format('truetype');
src: url('iconfont.woff2?t=1690879635451') format('woff2'),
url('iconfont.woff?t=1690879635451') format('woff'),
url('iconfont.ttf?t=1690879635451') format('truetype');
}
.cn-icon {
@@ -13,6 +13,30 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-next-step:before {
content: "\e7fd";
}
.cn-icon-zoom-out:before {
content: "\e808";
}
.cn-icon-reset:before {
content: "\e809";
}
.cn-icon-to-default:before {
content: "\e805";
}
.cn-icon-pre-step:before {
content: "\e806";
}
.cn-icon-zoom-in:before {
content: "\e807";
}
.cn-icon-add-knowledge-base:before {
content: "\e802";
}
@@ -21,30 +45,6 @@
content: "\e803";
}
.cn-icon-zoom-out:before {
content: "\e7fd";
}
.cn-icon-to-default:before {
content: "\e7fe";
}
.cn-icon-reset:before {
content: "\e7ff";
}
.cn-icon-next-step:before {
content: "\e800";
}
.cn-icon-pre-step:before {
content: "\e801";
}
.cn-icon-zoom-in:before {
content: "\e7f";
}
.cn-icon-expand-continue:before {
content: "\e7fc";
}
@@ -321,7 +321,7 @@
content: "\e7ab";
}
.cn-icon-serach:before {
.cn-icon-search:before {
content: "\e7ac";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.