NEZ-697 fix: textarea类型的输入框,字数提示遮挡内容问题。icon图标更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user