提交按钮hover样式

develop
jialong.yu 3 years ago
parent b3ad3b522e
commit 9e5a041508
  1. 7
      src/components/TestPanel.vue
  2. 2
      src/styles/theme/theme10.scss
  3. 2
      src/styles/theme/theme4.scss
  4. 2
      src/styles/theme/theme5.scss
  5. 2
      src/styles/theme/theme6.scss
  6. 2
      src/styles/theme/theme7.scss
  7. 2
      src/styles/theme/theme8.scss
  8. 2
      src/styles/theme/theme9.scss

@ -265,6 +265,7 @@ export default {
}, 1500)
}
})
//
if (!done) {
this.getList().then(() => {
this.getCache()
@ -273,8 +274,6 @@ export default {
this.statusTimer = setInterval(_ => {
this.getStatus()
}, 1000)
} else {
this.closeLoad()
}
}).catch(res => {})
},
@ -327,7 +326,9 @@ export default {
}).then(res => {}).catch(() => {})
})
}
}).catch(res => {})
}).catch(res => {
this.closeLoad()
})
},
//
getStatus() {

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/10/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/10/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table th {
background-color: $--color-primary !important;

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/4/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/4/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table th {
background-color: $--color-primary !important;

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/5/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/5/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table {
th {

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/6/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/6/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table {
th {

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/7/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/7/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table {
th {

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/8/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/8/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table {
th {

@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/9/btn.png) 0 0/100% 100% no-repeat;
background: $--color-primary url(../../assets/images/system/9/btn.png) 0 0/100% 100% no-repeat !important;
}
.el-table {
th {

Loading…
Cancel
Save