|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="bg">
|
|
|
<dv-loading v-if="loading">Loading...</dv-loading>
|
|
|
<div v-else class="host-body">
|
|
|
- <div class="d-flex jc-center">
|
|
|
+<!-- <div class="d-flex jc-center">
|
|
|
<dv-decoration-10 class="dv-dec-10" />
|
|
|
<div class="d-flex jc-center">
|
|
|
<dv-decoration-8 class="dv-dec-8" :color="decorationColor" />
|
|
|
@@ -22,21 +22,21 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<dv-decoration-10 class="dv-dec-10-s" />
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
|
|
|
<!-- 第二行 -->
|
|
|
- <div class="d-flex jc-between px-2">
|
|
|
+ <div class="d-flex jc-between px-2 header-pad">
|
|
|
<div class="d-flex aside-width">
|
|
|
- <div class="react-left ml-4 react-l-s bg-color-blue">
|
|
|
+<!-- <div class="react-left ml-4 react-l-s bg-color-blue">
|
|
|
<span class="react-left"></span>
|
|
|
<span class="text fw-b" style="font-size:24px;">柯赛科技数据看板</span>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
<div class="d-flex aside-width">
|
|
|
<div class="react-right bg-color-r mr-3">
|
|
|
- <el-button type="text" class="text" style="width:50% ;font-size: 21px;" @click="fullScreen" ref="fullScreen"
|
|
|
+ <el-button type="text" class="text" style="width:50% ;font-size: 21px; color: #000000 !important;font-weight: bold;" @click="fullScreen" ref="fullScreen"
|
|
|
v-show=!isFullScreen >全屏</el-button>
|
|
|
- <el-button type="text" class="text" style="width:50% ;font-size: 21px;" @click="exitFullScreen" ref="exitFullScreen" v-show=isFullScreen>退出全屏</el-button>
|
|
|
+ <el-button type="text" class="text" style="width:50% ;font-size: 21px; color: #000000 !important;font-weight: bold;" @click="exitFullScreen" ref="exitFullScreen" v-show=isFullScreen>退出全屏</el-button>
|
|
|
</div>
|
|
|
<div class="react-right mr-4 react-l-s" style="width: 900px">
|
|
|
<span class="react-after"></span>
|
|
|
@@ -61,8 +61,8 @@
|
|
|
:value="item.LI_CODE"
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
- <span class="text"> </span>
|
|
|
- <span class="text">{{ dateYear }} {{ dateWeek }} {{ dateDay }}</span>
|
|
|
+ <span class="text"> </span>
|
|
|
+ <span class="text datetext">{{ dateYear }} {{ dateWeek }} {{ dateDay }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -140,7 +140,7 @@ export default {
|
|
|
type: 'warning'
|
|
|
});
|
|
|
})
|
|
|
- setTimeout(() => {
|
|
|
+ setTimeout(() => {
|
|
|
this.$router.push("/makeprocess")
|
|
|
}, 60000)
|
|
|
},
|
|
|
@@ -191,29 +191,31 @@ export default {
|
|
|
@import '../../assets/scss/indexzz.scss';
|
|
|
.dropdown{
|
|
|
font-size: 22px;
|
|
|
- color: #f7f8fa;
|
|
|
+ color: #000000;
|
|
|
+ font-weight: bold;
|
|
|
transform: skewX(45deg);
|
|
|
::v-deep .el-select-dropdown {
|
|
|
/* // 若不将下拉框的背景颜色设置为:transparent,那么做不出来半透明的效果;
|
|
|
// 因为其最终的显示为:下拉框有一个背景颜色且下拉框的字体有一个背景颜色,重叠后的效果展示; */
|
|
|
- border: 1px solid #0f1325;
|
|
|
- background: #04308D !important;
|
|
|
+ border: 0px solid #0f1325;
|
|
|
+ /* background: #04308D !important;*/
|
|
|
}
|
|
|
|
|
|
::v-deep .el-input__inner {
|
|
|
- background-color: #1a5cd7;
|
|
|
- color: #fff;
|
|
|
+ /* background-color: #1a5cd7;*/
|
|
|
+ color: #000000;
|
|
|
font-size: 22px;
|
|
|
- border: 1px solid #0f1325;
|
|
|
+ font-weight: bold;
|
|
|
+ border: 0px solid #0f1325;
|
|
|
}
|
|
|
|
|
|
.el-select-dropdown__item {
|
|
|
- color: #fff;
|
|
|
+ color: #000000;
|
|
|
background-color: #0f1325;
|
|
|
}
|
|
|
::v-deep .el-select-dropdown {
|
|
|
background-color: transparent;
|
|
|
- border: 1px solid #0f1325;
|
|
|
+ /* border: 1px solid #0f1325;*/
|
|
|
}
|
|
|
::v-deep.el-select-dropdown__list {
|
|
|
padding: 0;
|
|
|
@@ -228,6 +230,13 @@ export default {
|
|
|
.el-select-dropdown__item:hover {
|
|
|
background-color: rgba(0, 225, 219, 0.690196078431373);
|
|
|
}
|
|
|
+
|
|
|
+ ::v-deep.el-select .el-input .el-select__caret {
|
|
|
+ color: #000000;
|
|
|
+ padding: 6px 0px 0px 6px;
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
</style>
|