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