fix: resolve /deep/ combinator warning

This commit is contained in:
yanglbme 2020-09-03 09:26:26 +08:00
parent 488a259950
commit a33b917b4a
3 changed files with 5 additions and 7 deletions

View File

@ -85,7 +85,7 @@
background-color: @nightButtonBg;
}
}
/deep/ .el-icon-upload, .el-icon-download, .el-icon-refresh, .el-icon-s-grid {
::v-deep .el-icon-upload, .el-icon-download, .el-icon-refresh, .el-icon-s-grid {
color: @nightWhiteColor;
}
::-webkit-scrollbar {

View File

@ -115,15 +115,13 @@
</script>
<style lang="less">
<style lang="less" scoped>
.tb-options {
margin-bottom: 20px;
}
.input-table {
/deep/ .el-input__inner {
border-radius: 0;
}
.input-table ::v-deep .el-input__inner {
border-radius: 0;
}
.head-style .el-input__inner {

View File

@ -99,7 +99,7 @@ export default {
color: white;
background: rgb(139, 146, 148);
}
/deep/ .el-upload {
::v-deep .el-upload {
width: 100%;
}
}