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; 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; color: @nightWhiteColor;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {

View File

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

View File

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