-
功能开发中...
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+ 刷新
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ DirectionTypes[scope.row.direction] }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 在线
+ 异常
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue
index cfe0df0f..0609ad9f 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue
@@ -33,6 +33,12 @@
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
index 301d5cbc..972820fe 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/index.vue
@@ -66,7 +66,7 @@ export default {
color: #ffffff;
min-width: 128px;
position: relative;
- left: 10px;
+ // left: 10px;
}
::v-deep .el-tabs__active-bar {
@@ -94,7 +94,9 @@ export default {
::v-deep .el-tabs__content{ flex: 1;}
}
- .con_tab{width: 100%; height: 100%;}
+ .con_tab{
+ width: 100%; height: 100%;
+ }
.first_tab{
display: flex; flex-direction: column;
.line_01 {
diff --git a/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss b/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
index 3b8e02ed..537ce4df 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
+++ b/ruoyi-ui/src/views/JiHeExpressway/scss/el-reset.scss
@@ -64,7 +64,15 @@ div.el-popper {
.el-select-dropdown__item.is-disabled {
color: #c0c4cc !important;
background-color: #12242e;
+}
+.el-textarea.is-disabled {
+ .el-textarea__inner {
+ border: 1px solid #00799f !important;
+ color: #c0c4cc !important;
+ background-color: rgba(39, 94, 121, 0.3);
+ }
}
+
.el-input.is-disabled {
input.el-input__inner {
color: #c0c4cc !important;