NEZ-697 fix: textarea类型的输入框,字数提示遮挡内容问题。icon图标更新

This commit is contained in:
@changcode
2021-05-31 15:10:04 +08:00
parent 3127fcb486
commit f526c9d824
5 changed files with 13 additions and 5 deletions

View File

@@ -55,7 +55,11 @@
border: 1px solid $--right-box-border-color;
}
.el-textarea__inner {
padding: 5px 20px 4px 15px;
padding: 5px 70px 4px 15px;
}
.el-input__count{
display: inline-block;
margin-top: 20px;
}
.el-form {
padding-top: 20px;

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "nz-icon"; /* Project id 2030432 */
src: url('./font/iconfont.woff2?t=1622085016785') format('woff2'),
url('./font/iconfont.woff?t=1622085016785') format('woff'),
url('./font/iconfont.ttf?t=1622085016785') format('truetype');
src: url('./font/iconfont.woff2?t=1622444713388') format('woff2'),
url('./font/iconfont.woff?t=1622444713388') format('woff'),
url('./font/iconfont.ttf?t=1622444713388') format('truetype');
}
.nz-icon {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.nz-icon-guide:before {
content: "\e669";
}
.nz-icon-more3:before {
content: "\e725";
}
@@ -21,7 +25,7 @@
content: "\e72d";
}
.nz-icon-guide:before {
.nz-icon-guide2:before {
content: "\e72f";
}