From 61f1993274810b8c60386ff9fe0b3b83f3b19f6d Mon Sep 17 00:00:00 2001 From: "jialong.yu" Date: Thu, 23 Dec 2021 01:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AE=E5=8F=8A?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- package.json | 2 +- src/components/TestPanel.vue | 1 + src/styles/theme/theme1.scss | 2 +- src/styles/theme/theme10.scss | 12 ++++++++++++ src/styles/theme/theme4.scss | 11 +++++++++++ src/styles/theme/theme5.scss | 12 ++++++++++-- src/styles/theme/theme6.scss | 12 ++++++++++-- src/styles/theme/theme7.scss | 12 ++++++++++-- src/styles/theme/theme8.scss | 12 ++++++++++-- src/styles/theme/theme9.scss | 12 ++++++++++-- 11 files changed, 77 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8549a81..2851d23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "python_demo", + "name": "python", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index aa69819..d727d80 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "python_demo", + "name": "python", "version": "0.1.0", "private": true, "scripts": { diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 3c8ca66..5877199 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -608,6 +608,7 @@ export default { .el-header { padding: 0 12px; .submit { + padding: 12px 30px; margin: 5px 7px 5px 5px; font-size: 16px; } diff --git a/src/styles/theme/theme1.scss b/src/styles/theme/theme1.scss index c1f5f63..49777ac 100644 --- a/src/styles/theme/theme1.scss +++ b/src/styles/theme/theme1.scss @@ -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; diff --git a/src/styles/theme/theme10.scss b/src/styles/theme/theme10.scss index cf4795b..2755b22 100644 --- a/src/styles/theme/theme10.scss +++ b/src/styles/theme/theme10.scss @@ -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; diff --git a/src/styles/theme/theme4.scss b/src/styles/theme/theme4.scss index d771868..573a413 100644 --- a/src/styles/theme/theme4.scss +++ b/src/styles/theme/theme4.scss @@ -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; diff --git a/src/styles/theme/theme5.scss b/src/styles/theme/theme5.scss index fc3b7b7..1c9ac6d 100644 --- a/src/styles/theme/theme5.scss +++ b/src/styles/theme/theme5.scss @@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; .el-icon-s-ticket:before { color: $--color-primary; } -.el-table th { - background-color: #fc8978 !important; +.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; diff --git a/src/styles/theme/theme6.scss b/src/styles/theme/theme6.scss index 500ea4a..8697693 100644 --- a/src/styles/theme/theme6.scss +++ b/src/styles/theme/theme6.scss @@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; .el-icon-s-ticket:before { color: $--color-primary; } -.el-table th { - background-color: #ffb585 !important; +.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; diff --git a/src/styles/theme/theme7.scss b/src/styles/theme/theme7.scss index 0ac1c76..8dc1730 100644 --- a/src/styles/theme/theme7.scss +++ b/src/styles/theme/theme7.scss @@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; .el-icon-s-ticket:before { color: $--color-primary; } -.el-table th { - background-color: #d695ff !important; +.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; diff --git a/src/styles/theme/theme8.scss b/src/styles/theme/theme8.scss index b1570db..b6df034 100644 --- a/src/styles/theme/theme8.scss +++ b/src/styles/theme/theme8.scss @@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; .el-icon-s-ticket:before { color: $--color-primary; } -.el-table th { - background-color: #badfff !important; +.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; diff --git a/src/styles/theme/theme9.scss b/src/styles/theme/theme9.scss index e863840..bcc9d08 100644 --- a/src/styles/theme/theme9.scss +++ b/src/styles/theme/theme9.scss @@ -25,8 +25,16 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; .el-icon-s-ticket:before { color: $--color-primary; } -.el-table th { - background-color: #ffc385 !important; +.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;