mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-22 17:26:48 +08:00
feat:合并
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss" >
|
||||
<style lang="scss">
|
||||
.clearfix:before,
|
||||
clearfix:after {
|
||||
content: " ";
|
||||
@@ -73,6 +73,20 @@ clearfix:after {
|
||||
::v-deep .el-textarea {
|
||||
height: 100%;
|
||||
}
|
||||
.el-textarea__inner {
|
||||
border: 0 !important;
|
||||
resize: none !important; /* 这个是去掉 textarea 下面拉伸的那个标志,如下图 */
|
||||
box-shadow: none !important;
|
||||
padding: 16px 18px;
|
||||
}
|
||||
.el-textarea__inner:hover {
|
||||
box-shadow: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
.el-textarea__inner:focus {
|
||||
border: none;
|
||||
border: 0 !important;
|
||||
}
|
||||
.linecon {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
@@ -99,4 +113,4 @@ clearfix:after {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user