feat:合并

This commit is contained in:
李晓鸽
2022-10-08 10:18:50 +08:00
parent 0266b2b7e9
commit d78ade940c
3 changed files with 56 additions and 31 deletions

View File

@@ -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>