弹框关闭按钮修复

develop
jialong.yu 3 years ago
parent 61f1993274
commit a844e85aa8
  1. 4
      src/components/TestPanel.vue
  2. 2
      src/components/codemirror.vue
  3. 3
      src/views/Home.vue

@ -599,7 +599,7 @@ export default {
font-weight: 100; font-weight: 100;
} }
::v-deep .el-table thead { ::v-deep .el-table thead {
color: #ffffff; color: #fff;
font-size: 10px; font-size: 10px;
} }
/deep/.el-table { /deep/.el-table {
@ -671,7 +671,7 @@ export default {
color: #333333; color: #333333;
padding: 5px 15px; padding: 5px 15px;
font-size: 14px; font-size: 14px;
background: #ffffff; background: #fff;
border-radius: 18px; border-radius: 18px;
margin: 0 5px; margin: 0 5px;
text-align: center; text-align: center;

@ -457,7 +457,7 @@ export default {
} }
.code-right { .code-right {
width: 500px; width: 500px;
color: #ffffff; color: #fff;
background: #1b1b1b; background: #1b1b1b;
display: inline-block; display: inline-block;
position: relative; position: relative;

@ -183,7 +183,6 @@ export default {
::v-deep .el-dialog__headerbtn .el-icon-close:before { ::v-deep .el-dialog__headerbtn .el-icon-close:before {
padding: 3px; padding: 3px;
border-radius: 50%; border-radius: 50%;
color: #ffffff;
} }
/deep/.tab { /deep/.tab {
height: 50px; height: 50px;
@ -225,7 +224,7 @@ export default {
font-size: 16px; font-size: 16px;
padding: 3px; padding: 3px;
border-radius: 50%; border-radius: 50%;
color: #ffffff; color: #fff;
} }
::v-deep .el-input--suffix .el-input__inner { ::v-deep .el-input--suffix .el-input__inner {
color: #333; color: #333;

Loading…
Cancel
Save