diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/index.css b/src/assets/css/index.css index f45e646..d84a333 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -65,7 +65,7 @@ --btnbgc: rgba(253, 253, 253, 0.071); /* 分页按钮背景色 变为*/ - --digtext: rgb(96, 98, 102); + --digtext: rgb(205, 209, 218); /* --弹框文字颜色 变为黑色*/ --diatitle: rgb(0, 255, 255); diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/index.css b/src/assets/css/index.css index f45e646..d84a333 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -65,7 +65,7 @@ --btnbgc: rgba(253, 253, 253, 0.071); /* 分页按钮背景色 变为*/ - --digtext: rgb(96, 98, 102); + --digtext: rgb(205, 209, 218); /* --弹框文字颜色 变为黑色*/ --diatitle: rgb(0, 255, 255); diff --git a/src/assets/css/skincolor.scss b/src/assets/css/skincolor.scss index c56aa05..4daf447 100644 --- a/src/assets/css/skincolor.scss +++ b/src/assets/css/skincolor.scss @@ -1,3 +1,9 @@ +.el-radio-group .el-radio, +.m-r-20{ + color: var(--white) !important; +} + + .avue-dialog .el-drawer__body, .avue-dialog .el-drawer__header { background-color: rgb(206, 223, 255) !important; diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/index.css b/src/assets/css/index.css index f45e646..d84a333 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -65,7 +65,7 @@ --btnbgc: rgba(253, 253, 253, 0.071); /* 分页按钮背景色 变为*/ - --digtext: rgb(96, 98, 102); + --digtext: rgb(205, 209, 218); /* --弹框文字颜色 变为黑色*/ --diatitle: rgb(0, 255, 255); diff --git a/src/assets/css/skincolor.scss b/src/assets/css/skincolor.scss index c56aa05..4daf447 100644 --- a/src/assets/css/skincolor.scss +++ b/src/assets/css/skincolor.scss @@ -1,3 +1,9 @@ +.el-radio-group .el-radio, +.m-r-20{ + color: var(--white) !important; +} + + .avue-dialog .el-drawer__body, .avue-dialog .el-drawer__header { background-color: rgb(206, 223, 255) !important; diff --git a/src/components/index.vue b/src/components/index.vue index 0c82b60..a77438a 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -194,15 +194,13 @@ > - + - 连接管理 - 连接管理 + 任务列表 - + - 连接管理 - 连接管理 + 任务列表 diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/index.css b/src/assets/css/index.css index f45e646..d84a333 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -65,7 +65,7 @@ --btnbgc: rgba(253, 253, 253, 0.071); /* 分页按钮背景色 变为*/ - --digtext: rgb(96, 98, 102); + --digtext: rgb(205, 209, 218); /* --弹框文字颜色 变为黑色*/ --diatitle: rgb(0, 255, 255); diff --git a/src/assets/css/skincolor.scss b/src/assets/css/skincolor.scss index c56aa05..4daf447 100644 --- a/src/assets/css/skincolor.scss +++ b/src/assets/css/skincolor.scss @@ -1,3 +1,9 @@ +.el-radio-group .el-radio, +.m-r-20{ + color: var(--white) !important; +} + + .avue-dialog .el-drawer__body, .avue-dialog .el-drawer__header { background-color: rgb(206, 223, 255) !important; diff --git a/src/components/index.vue b/src/components/index.vue index 0c82b60..a77438a 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -194,15 +194,13 @@ > - + - 连接管理 - 连接管理 + 任务列表 diff --git a/src/components/shujulvwang/dailyDatas.vue b/src/components/shujulvwang/dailyDatas.vue index 9602879..93745e3 100644 --- a/src/components/shujulvwang/dailyDatas.vue +++ b/src/components/shujulvwang/dailyDatas.vue @@ -469,7 +469,7 @@ } #dailyWindow .basicB { - box-shadow: 2px 2px 9px 0px #000; + box-shadow: 2px 2px 9px 0px var(--white) !important; /* background-color: #fff; */ } diff --git a/src/assets/css/common.css b/src/assets/css/common.css index bf37542..2f29a80 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -11,7 +11,7 @@ height: 100%; } /* //图标位置 */ -.iconfont[class^='icon'] { +.iconfont[class^="icon"] { display: inline-block; font-size: 8px; } @@ -21,15 +21,15 @@ .formJcDoc { position: relative; font-size: 20px; - color: #fff; + color: var(--white); padding: 16px 0px 16px 38px; - border-bottom: 1px solid #000; + border-bottom: 1px solid var(--white); margin-bottom: 10px; text-align: left; } .formJcDoc::before { - content: ''; + content: ""; position: absolute; left: 22px; top: calc("50% - 7px"); @@ -110,34 +110,34 @@ background: transparent; } /****页面通用样式****/ -.flex{ +.flex { display: flex; } -.flex-1{ +.flex-1 { flex: 1; } -.flex-d{ +.flex-d { flex-direction: column; } -.table-p{ +.table-p { font-size: 13px; text-align: center; line-height: 18px; } -.table-p-cursor{ - color: #409EFF; +.table-p-cursor { + color: #409eff; cursor: pointer; } -.table-status{ - color: #409EFF; +.table-status { + color: #409eff; } -.table-status.red{ +.table-status.red { color: #e52027; } -.table-status.yellow{ +.table-status.yellow { color: #f19c33; } -.noData{ +.noData { display: flex; width: 100%; height: 100%; @@ -178,6 +178,6 @@ overflow-y: auto; } .page-data-dialog .el-pagination__sizes, -.page-data-dialog .el-pagination__jump{ +.page-data-dialog .el-pagination__jump { display: none !important; } diff --git a/src/assets/css/index.css b/src/assets/css/index.css index f45e646..d84a333 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -65,7 +65,7 @@ --btnbgc: rgba(253, 253, 253, 0.071); /* 分页按钮背景色 变为*/ - --digtext: rgb(96, 98, 102); + --digtext: rgb(205, 209, 218); /* --弹框文字颜色 变为黑色*/ --diatitle: rgb(0, 255, 255); diff --git a/src/assets/css/skincolor.scss b/src/assets/css/skincolor.scss index c56aa05..4daf447 100644 --- a/src/assets/css/skincolor.scss +++ b/src/assets/css/skincolor.scss @@ -1,3 +1,9 @@ +.el-radio-group .el-radio, +.m-r-20{ + color: var(--white) !important; +} + + .avue-dialog .el-drawer__body, .avue-dialog .el-drawer__header { background-color: rgb(206, 223, 255) !important; diff --git a/src/components/index.vue b/src/components/index.vue index 0c82b60..a77438a 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -194,15 +194,13 @@ > - + - 连接管理 - 连接管理 + 任务列表 diff --git a/src/components/shujulvwang/dailyDatas.vue b/src/components/shujulvwang/dailyDatas.vue index 9602879..93745e3 100644 --- a/src/components/shujulvwang/dailyDatas.vue +++ b/src/components/shujulvwang/dailyDatas.vue @@ -469,7 +469,7 @@ } #dailyWindow .basicB { - box-shadow: 2px 2px 9px 0px #000; + box-shadow: 2px 2px 9px 0px var(--white) !important; /* background-color: #fff; */ } diff --git a/src/components/shujulvwang/dailyModel.vue b/src/components/shujulvwang/dailyModel.vue index 79a998c..3f2f913 100644 --- a/src/components/shujulvwang/dailyModel.vue +++ b/src/components/shujulvwang/dailyModel.vue @@ -1,1367 +1,1714 @@ -