提交按钮及表格样式

develop
jialong.yu 3 years ago
parent f61b4e70a1
commit 61f1993274
  1. 2
      package-lock.json
  2. 2
      package.json
  3. 1
      src/components/TestPanel.vue
  4. 2
      src/styles/theme/theme1.scss
  5. 12
      src/styles/theme/theme10.scss
  6. 11
      src/styles/theme/theme4.scss
  7. 10
      src/styles/theme/theme5.scss
  8. 10
      src/styles/theme/theme6.scss
  9. 10
      src/styles/theme/theme7.scss
  10. 10
      src/styles/theme/theme8.scss
  11. 10
      src/styles/theme/theme9.scss

2
package-lock.json generated

@ -1,5 +1,5 @@
{
"name": "python_demo",
"name": "python",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

@ -1,5 +1,5 @@
{
"name": "python_demo",
"name": "python",
"version": "0.1.0",
"private": true,
"scripts": {

@ -608,6 +608,7 @@ export default {
.el-header {
padding: 0 12px;
.submit {
padding: 12px 30px;
margin: 5px 7px 5px 5px;
font-size: 16px;
}

@ -29,7 +29,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
color: $--color-primary;
}
.el-table th {
background-color: #202020;
background-color: #202020 !important;
}
.total-score {
color: #fff;

@ -25,9 +25,21 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/10/btn.png) 0 0/100% 100% no-repeat;
}
.el-table th {
background-color: $--color-primary !important;
}
.el-table {
th {
background-color: $--color-primary !important;
}
.el-table__row--striped td {
background-color: #ffebf9 !important;
}
}
.total-score {
color: #878787;
background-color: #ffc385;

@ -25,9 +25,20 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.submit {
background: $--color-primary url(../../assets/images/system/4/btn.png) 0 0/100% 100% no-repeat;
}
.el-table th {
background-color: $--color-primary !important;
}
.el-table {
th {
background-color: $--color-primary !important;
}
.el-table__row--striped td {
background-color: #d2f1f4 !important;
}
}
.total-score {
color: #878787;
background-color: #e0e0e0;

@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.el-table th {
.submit {
background: $--color-primary url(../../assets/images/system/5/btn.png) 0 0/100% 100% no-repeat;
}
.el-table {
th {
background-color: #fc8978 !important;
}
.el-table__row--striped td {
background-color: #d2f1f4 !important;
}
}
.total-score {
color: #878787;

@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.el-table th {
.submit {
background: $--color-primary url(../../assets/images/system/6/btn.png) 0 0/100% 100% no-repeat;
}
.el-table {
th {
background-color: #ffb585 !important;
}
.el-table__row--striped td {
background-color: #fff9e6 !important;
}
}
.total-score {
color: #878787;

@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.el-table th {
.submit {
background: $--color-primary url(../../assets/images/system/7/btn.png) 0 0/100% 100% no-repeat;
}
.el-table {
th {
background-color: #d695ff !important;
}
.el-table__row--striped td {
background-color: #ffebf9 !important;
}
}
.total-score {
color: #878787;

@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.el-table th {
.submit {
background: $--color-primary url(../../assets/images/system/8/btn.png) 0 0/100% 100% no-repeat;
}
.el-table {
th {
background-color: #badfff !important;
}
.el-table__row--striped td {
background-color: #eef7ff !important;
}
}
.total-score {
color: #878787;

@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.el-icon-s-ticket:before {
color: $--color-primary;
}
.el-table th {
.submit {
background: $--color-primary url(../../assets/images/system/9/btn.png) 0 0/100% 100% no-repeat;
}
.el-table {
th {
background-color: #ffc385 !important;
}
.el-table__row--striped td {
background-color: #ffebf9 !important;
}
}
.total-score {
color: #fff;

Loading…
Cancel
Save