Commit f4bb6823 by lanyulei Committed by GitHub

Merge pull request #84 from lanyulei/dev

fix: /deep/ 替换成 ::v-deep 。
parents 9898a493 d0f3cfe7
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
/deep/ .el-input__inner { ::v-deep .el-input__inner {
border-radius: 0; border-radius: 0;
border: 0; border: 0;
padding-left: 0; padding-left: 0;
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.editor-slide-upload { .editor-slide-upload {
margin-bottom: 20px; margin-bottom: 20px;
/deep/ .el-upload--picture-card { ::v-deep .el-upload--picture-card {
width: 100%; width: 100%;
} }
} }
......
...@@ -73,9 +73,9 @@ export default { ...@@ -73,9 +73,9 @@ export default {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
/deep/ { ::v-deep {
.el-scrollbar__bar { .el-scrollbar__bar {
bottom: 0px; bottom: 0;
} }
.el-scrollbar__wrap { .el-scrollbar__wrap {
height: 49px; height: 49px;
......
...@@ -179,7 +179,7 @@ export default { ...@@ -179,7 +179,7 @@ export default {
} }
} }
/deep/ .el-tabs__item{ ::v-deep .el-tabs__item{
padding-left: 16px!important; padding-left: 16px!important;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
......
...@@ -374,7 +374,7 @@ $cursor: #fff; ...@@ -374,7 +374,7 @@ $cursor: #fff;
/* reset element-ui css */ /* reset element-ui css */
.login-container { .login-container {
/deep/ .el-input { ::v-deep .el-input {
display: inline-block; display: inline-block;
height: 47px; height: 47px;
width: 85%; width: 85%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment