Commit 2e2dc92d by 无尘

fix: 修改node-sass为dart-sass

parent ebebd27b
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.eaa8c6c386aefb1d7be5ba789548c837.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.36ee0955a56aaceba597.js></script><script type=text/javascript src=./static/js/vendor.c9b2df17ceb0429de99c.js></script><script type=text/javascript src=./static/js/app.3b7a0f97a46338a97901.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.32aa5c563a56aca5522c561dab76d6c5.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script src=//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.36ee0955a56aaceba597.js></script><script type=text/javascript src=./static/js/vendor.c9b2df17ceb0429de99c.js></script><script type=text/javascript src=./static/js/app.3b7a0f97a46338a97901.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-22 11:20:08 * @LastEditTime: 2020-09-22 11:36:01
*/ */
.template-wrap { .template-wrap {
width: 100%; width: 100%;
...@@ -632,7 +632,7 @@ ...@@ -632,7 +632,7 @@
} }
.limit-w-340 { .limit-w-340 {
::v-deep .el-input__inner { /deep/ .el-input__inner {
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
...@@ -652,7 +652,7 @@ ...@@ -652,7 +652,7 @@
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
right: -350px; right: -364px;
z-index: 2; z-index: 2;
background: #fff; background: #fff;
-webkit-transition: all 0.3s; -webkit-transition: all 0.3s;
...@@ -667,7 +667,7 @@ ...@@ -667,7 +667,7 @@
} }
.limit-w-340 { .limit-w-340 {
::v-deep .el-input__inner { /deep/ .el-input__inner {
font-size: 12px; font-size: 12px;
color: #606266; color: #606266;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
...@@ -714,7 +714,7 @@ ...@@ -714,7 +714,7 @@
} }
.limit-w-340 { .limit-w-340 {
::v-deep .el-input__inner { /deep/ .el-input__inner {
color: #606266; color: #606266;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
...@@ -766,36 +766,36 @@ ...@@ -766,36 +766,36 @@
} }
.el-checkbox { .el-checkbox {
::v-deep span.el-checkbox__label { /deep/ span.el-checkbox__label {
color: #303133; color: #303133;
} }
&.is-disabled { &.is-disabled {
::v-deep span.el-checkbox__label { /deep/ span.el-checkbox__label {
color: #303133; color: #303133;
} }
} }
} }
.el-radio { .el-radio {
::v-deep span.el-radio__label { /deep/ span.el-radio__label {
color: #303133; color: #303133;
} }
&.is-disabled { &.is-disabled {
::v-deep span.el-radio__label { /deep/ span.el-radio__label {
color: #303133; color: #303133;
} }
} }
} }
.template-item { .template-item {
.el-radio { .el-radio {
::v-deep span.el-radio__label { /deep/ span.el-radio__label {
color: #303133; color: #303133;
} }
&.is-disabled { &.is-disabled {
::v-deep span.el-radio__label { /deep/ span.el-radio__label {
color: #c0c4cc; color: #c0c4cc;
} }
} }
...@@ -803,13 +803,13 @@ ...@@ -803,13 +803,13 @@
} }
.el-input { .el-input {
::v-deep .el-input__inner { /deep/ .el-input__inner {
color: #303133; color: #303133;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
.is-disabled { .is-disabled {
::v-deep .el-input__inner { /deep/ .el-input__inner {
color: #303133; color: #303133;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
......
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 to comment