diff --git a/src/App.vue b/src/App.vue index 4cdec53..829631a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,13 +45,13 @@ color: white !important; } .el-date-range-picker__header .el-picker-panel__icon-btn { - color: #fff; + color: #fff !important; } /* 下拉框 */ .el-input__inner { - background-color: rgba(0, 0, 0, 0); - border: 1px solid rgb(4, 51, 52); - color: white; + background-color: rgba(0, 0, 0, 0) !important; + border: 1px solid rgb(4, 51, 52) !important; + color: white !important; } .el-select-dropdown { background-color: #3c3939 !important; @@ -59,60 +59,60 @@ } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: rgb(4, 51, 52); + background-color: rgb(4, 51, 52) !important; } .el-select-dropdown__item { - color: white; + color: white !important; } .el-select-dropdown__item.selected { color: #efe201 !important; } /* tabs A*/ .el-tabs { - height: 100%; - box-sizing: border-box; - padding: 5px; + height: 100% !important; + box-sizing: border-box !important; + padding: 5px !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs__item { - color: white; + color: white !important; } .el-tabs__nav-wrap::after { content: ""; - position: absolute; - left: 0; - bottom: 0; - width: 100%; - height: 2px; - background-color: #e4e7ed00; - z-index: 1; + position: absolute !important; + left: 0 !important; + bottom: 0 !important; + width: 100% !important; + height: 2px !important; + background-color: #e4e7ed00 !important; + z-index: 1 !important; } .el-tabs__active-bar { - background-color: #efe201; + background-color: #efe201 !important; } .el-tabs__item.is-active { - color: #efe201; + color: #efe201 !important; } /* tabs B*/ /* tabs A*/ .el-tab-pane { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__item { - color: white; + color: white !important; } /* tabs B*/ @@ -132,38 +132,38 @@ .el-table td, .el-table th.is-leaf { - border-bottom: 1px solid black; + border-bottom: 1px solid black !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: black; + background-color: black !important; } .el-table th .cell { - color: aqua; - text-align: center; + color: aqua !important; + text-align: center !important; } .el-table td .cell { - color: white; - text-align: center; + color: white !important; + text-align: center !important; } .el-table--enable-row-hover .el-table__body tr:hover > td { - background: rgb(4, 51, 52); + background: rgb(4, 51, 52) !important; } .el-table__body-wrapper { height: calc(100% - 49px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: rgba(0, 0, 0, 0); + background-color: rgba(0, 0, 0, 0) !important; } /* 分页 A*/ @@ -180,41 +180,41 @@ .el-pager li { background-color: #fdfdfd12 !important; - color: white; + color: white !important; } .el-pager li.btn-quicknext, .el-pager li.btn-quickprev { - line-height: 28px; - color: #c1c5cc; + line-height: 28px !important; + color: #c1c5cc !important; } /* 分页 B*/ /* 弹窗 Dialog A */ .el-dialog { - background: #2c3642; + background: #2c3642 !important; } .el-dialog__title { - color: aqua; + color: aqua !important; } /* 弹窗 Dialog B */ /* 新烽查询系统单独样式 A */ #NFSNo2 .el-table__header tr, #NFSNo2 .el-table__header th { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body tr, #NFSNo2 .el-table__body td { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body-wrapper { height: calc(100% - 69px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } /* 新烽查询系统单独样式 B */ diff --git a/src/App.vue b/src/App.vue index 4cdec53..829631a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,13 +45,13 @@ color: white !important; } .el-date-range-picker__header .el-picker-panel__icon-btn { - color: #fff; + color: #fff !important; } /* 下拉框 */ .el-input__inner { - background-color: rgba(0, 0, 0, 0); - border: 1px solid rgb(4, 51, 52); - color: white; + background-color: rgba(0, 0, 0, 0) !important; + border: 1px solid rgb(4, 51, 52) !important; + color: white !important; } .el-select-dropdown { background-color: #3c3939 !important; @@ -59,60 +59,60 @@ } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: rgb(4, 51, 52); + background-color: rgb(4, 51, 52) !important; } .el-select-dropdown__item { - color: white; + color: white !important; } .el-select-dropdown__item.selected { color: #efe201 !important; } /* tabs A*/ .el-tabs { - height: 100%; - box-sizing: border-box; - padding: 5px; + height: 100% !important; + box-sizing: border-box !important; + padding: 5px !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs__item { - color: white; + color: white !important; } .el-tabs__nav-wrap::after { content: ""; - position: absolute; - left: 0; - bottom: 0; - width: 100%; - height: 2px; - background-color: #e4e7ed00; - z-index: 1; + position: absolute !important; + left: 0 !important; + bottom: 0 !important; + width: 100% !important; + height: 2px !important; + background-color: #e4e7ed00 !important; + z-index: 1 !important; } .el-tabs__active-bar { - background-color: #efe201; + background-color: #efe201 !important; } .el-tabs__item.is-active { - color: #efe201; + color: #efe201 !important; } /* tabs B*/ /* tabs A*/ .el-tab-pane { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__item { - color: white; + color: white !important; } /* tabs B*/ @@ -132,38 +132,38 @@ .el-table td, .el-table th.is-leaf { - border-bottom: 1px solid black; + border-bottom: 1px solid black !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: black; + background-color: black !important; } .el-table th .cell { - color: aqua; - text-align: center; + color: aqua !important; + text-align: center !important; } .el-table td .cell { - color: white; - text-align: center; + color: white !important; + text-align: center !important; } .el-table--enable-row-hover .el-table__body tr:hover > td { - background: rgb(4, 51, 52); + background: rgb(4, 51, 52) !important; } .el-table__body-wrapper { height: calc(100% - 49px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: rgba(0, 0, 0, 0); + background-color: rgba(0, 0, 0, 0) !important; } /* 分页 A*/ @@ -180,41 +180,41 @@ .el-pager li { background-color: #fdfdfd12 !important; - color: white; + color: white !important; } .el-pager li.btn-quicknext, .el-pager li.btn-quickprev { - line-height: 28px; - color: #c1c5cc; + line-height: 28px !important; + color: #c1c5cc !important; } /* 分页 B*/ /* 弹窗 Dialog A */ .el-dialog { - background: #2c3642; + background: #2c3642 !important; } .el-dialog__title { - color: aqua; + color: aqua !important; } /* 弹窗 Dialog B */ /* 新烽查询系统单独样式 A */ #NFSNo2 .el-table__header tr, #NFSNo2 .el-table__header th { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body tr, #NFSNo2 .el-table__body td { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body-wrapper { height: calc(100% - 69px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } /* 新烽查询系统单独样式 B */ diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue index 7f7ca5a..3a13fd4 100644 --- a/src/components/newFiber/NewFiberSearch.vue +++ b/src/components/newFiber/NewFiberSearch.vue @@ -905,13 +905,14 @@ } .NFSNo1BotLiDetailsA { display: inline-block; - height: 22px; - line-height: 22px; - border: 1px solid rgb(0, 119, 254); - color: rgb(0, 119, 254); - padding: 3px 20px; - font-size: 16px; - border-radius: 5px; + height: 28px; + line-height: 22px; + border: 1px solid rgb(0, 119, 254); + color: rgb(0, 119, 254); + padding: 3px 20px; + font-size: 16px; + border-radius: 5px; + box-sizing: border-box; } /* 每个分组卡片的样式B */ diff --git a/src/App.vue b/src/App.vue index 4cdec53..829631a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,13 +45,13 @@ color: white !important; } .el-date-range-picker__header .el-picker-panel__icon-btn { - color: #fff; + color: #fff !important; } /* 下拉框 */ .el-input__inner { - background-color: rgba(0, 0, 0, 0); - border: 1px solid rgb(4, 51, 52); - color: white; + background-color: rgba(0, 0, 0, 0) !important; + border: 1px solid rgb(4, 51, 52) !important; + color: white !important; } .el-select-dropdown { background-color: #3c3939 !important; @@ -59,60 +59,60 @@ } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: rgb(4, 51, 52); + background-color: rgb(4, 51, 52) !important; } .el-select-dropdown__item { - color: white; + color: white !important; } .el-select-dropdown__item.selected { color: #efe201 !important; } /* tabs A*/ .el-tabs { - height: 100%; - box-sizing: border-box; - padding: 5px; + height: 100% !important; + box-sizing: border-box !important; + padding: 5px !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs__item { - color: white; + color: white !important; } .el-tabs__nav-wrap::after { content: ""; - position: absolute; - left: 0; - bottom: 0; - width: 100%; - height: 2px; - background-color: #e4e7ed00; - z-index: 1; + position: absolute !important; + left: 0 !important; + bottom: 0 !important; + width: 100% !important; + height: 2px !important; + background-color: #e4e7ed00 !important; + z-index: 1 !important; } .el-tabs__active-bar { - background-color: #efe201; + background-color: #efe201 !important; } .el-tabs__item.is-active { - color: #efe201; + color: #efe201 !important; } /* tabs B*/ /* tabs A*/ .el-tab-pane { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__content { - height: calc(100% - 55px); + height: calc(100% - 55px) !important; } .el-tabs { - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } .el-tabs__item { - color: white; + color: white !important; } /* tabs B*/ @@ -132,38 +132,38 @@ .el-table td, .el-table th.is-leaf { - border-bottom: 1px solid black; + border-bottom: 1px solid black !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: black; + background-color: black !important; } .el-table th .cell { - color: aqua; - text-align: center; + color: aqua !important; + text-align: center !important; } .el-table td .cell { - color: white; - text-align: center; + color: white !important; + text-align: center !important; } .el-table--enable-row-hover .el-table__body tr:hover > td { - background: rgb(4, 51, 52); + background: rgb(4, 51, 52) !important; } .el-table__body-wrapper { height: calc(100% - 49px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } .el-table--border::after, .el-table--group::after, .el-table::before { - background-color: rgba(0, 0, 0, 0); + background-color: rgba(0, 0, 0, 0) !important; } /* 分页 A*/ @@ -180,41 +180,41 @@ .el-pager li { background-color: #fdfdfd12 !important; - color: white; + color: white !important; } .el-pager li.btn-quicknext, .el-pager li.btn-quickprev { - line-height: 28px; - color: #c1c5cc; + line-height: 28px !important; + color: #c1c5cc !important; } /* 分页 B*/ /* 弹窗 Dialog A */ .el-dialog { - background: #2c3642; + background: #2c3642 !important; } .el-dialog__title { - color: aqua; + color: aqua !important; } /* 弹窗 Dialog B */ /* 新烽查询系统单独样式 A */ #NFSNo2 .el-table__header tr, #NFSNo2 .el-table__header th { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body tr, #NFSNo2 .el-table__body td { - padding: 0; - height: 40px; + padding: 0 !important; + height: 40px !important; } #NFSNo2 .el-table__body-wrapper { height: calc(100% - 69px) !important; overflow-y: auto !important; - background: rgba(27, 27, 28, 0); + background: rgba(27, 27, 28, 0) !important; } /* 新烽查询系统单独样式 B */ diff --git a/src/components/newFiber/NewFiberSearch.vue b/src/components/newFiber/NewFiberSearch.vue index 7f7ca5a..3a13fd4 100644 --- a/src/components/newFiber/NewFiberSearch.vue +++ b/src/components/newFiber/NewFiberSearch.vue @@ -905,13 +905,14 @@ } .NFSNo1BotLiDetailsA { display: inline-block; - height: 22px; - line-height: 22px; - border: 1px solid rgb(0, 119, 254); - color: rgb(0, 119, 254); - padding: 3px 20px; - font-size: 16px; - border-radius: 5px; + height: 28px; + line-height: 22px; + border: 1px solid rgb(0, 119, 254); + color: rgb(0, 119, 254); + padding: 3px 20px; + font-size: 16px; + border-radius: 5px; + box-sizing: border-box; } /* 每个分组卡片的样式B */ diff --git a/src/components/site/previewOfSiteStatus.vue b/src/components/site/previewOfSiteStatus.vue index 7821171..89d7d0f 100644 --- a/src/components/site/previewOfSiteStatus.vue +++ b/src/components/site/previewOfSiteStatus.vue @@ -56,7 +56,7 @@ @click="ListClick(index,item) " style="cursor: pointer;" :title="item.name" - >{{item.name}} + >{{item.shortName}} @@ -202,7 +202,7 @@ {{item.RegionName}} + >{{item.ShortName}}
1866
+{{XianYou}}
现有设备
1866
+{{DaJian}}
搭建设备 @@ -274,6 +274,7 @@