mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
评论样式
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<div style="width:100%;display:flex;">
|
||||
<div style="flex: 1;">
|
||||
<el-input
|
||||
style="line-height:45px"
|
||||
v-if="objType !==3"
|
||||
:autosize="{ minRows: 2, maxRows: 2 }"
|
||||
type="textarea"
|
||||
@@ -965,7 +966,8 @@
|
||||
.el-input__count{
|
||||
}
|
||||
.el-textarea__inner{
|
||||
padding-right: 50px;
|
||||
padding-right: 60px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user