|
@@ -5,35 +5,30 @@
|
|
<div class="screen-content">
|
|
<div class="screen-content">
|
|
<dv-border-box-9 class="zhleft screen-common-box">
|
|
<dv-border-box-9 class="zhleft screen-common-box">
|
|
<component
|
|
<component
|
|
- :is="mainSL001"
|
|
|
|
|
|
+ :is="ChengPinRKQKJ"
|
|
moduleId="mainSL001"
|
|
moduleId="mainSL001"
|
|
style="height: 32%; width: 100%"
|
|
style="height: 32%; width: 100%"
|
|
/>
|
|
/>
|
|
<dv-decoration-2 style="height: 2%" />
|
|
<dv-decoration-2 style="height: 2%" />
|
|
<component
|
|
<component
|
|
- :is="mainSL002"
|
|
|
|
- moduleId="mainSL002"
|
|
|
|
|
|
+ :is="BanZucqtj"
|
|
|
|
+ moduleId="BanZucqtj"
|
|
style="height: 32%; width: 100%"
|
|
style="height: 32%; width: 100%"
|
|
/>
|
|
/>
|
|
<dv-decoration-2 style="height: 2%" />
|
|
<dv-decoration-2 style="height: 2%" />
|
|
<component
|
|
<component
|
|
- :is="mainSL003"
|
|
|
|
- moduleId="mainSL003"
|
|
|
|
|
|
+ :is="WeiDianZCJGG"
|
|
|
|
+ moduleId="WeiDianZCJGG"
|
|
style="height: 32%; width: 100%"
|
|
style="height: 32%; width: 100%"
|
|
/>
|
|
/>
|
|
</dv-border-box-9>
|
|
</dv-border-box-9>
|
|
<div class="spsace"></div>
|
|
<div class="spsace"></div>
|
|
<div class="zhright">
|
|
<div class="zhright">
|
|
- <div class="column-item">
|
|
|
|
- <div class="item-left">
|
|
|
|
- <component :is="mainSRT12" moduleId="mainSRT12" />
|
|
|
|
- </div>
|
|
|
|
- <div class="item-right">
|
|
|
|
- <component :is="mainSRT13" moduleId="mainSRT13" />
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="progress-bar">
|
|
|
|
+ <component :is="mainLeftTop" moduleId="mainLeftTop" />
|
|
</div>
|
|
</div>
|
|
<div class="vertical-space"></div>
|
|
<div class="vertical-space"></div>
|
|
- <div class="column-item" style="justify-content: start">
|
|
|
|
|
|
+ <div class="column-item-middle" style="justify-content: start">
|
|
<div
|
|
<div
|
|
style="
|
|
style="
|
|
width: 80%;
|
|
width: 80%;
|
|
@@ -44,7 +39,7 @@
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<component
|
|
<component
|
|
- :is="mainS076"
|
|
|
|
|
|
+ :is="ShengChanJHQK"
|
|
moduleId="mainS076"
|
|
moduleId="mainS076"
|
|
style="
|
|
style="
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -57,17 +52,17 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="vertical-space"></div>
|
|
<div class="vertical-space"></div>
|
|
- <div class="column-item">
|
|
|
|
- <dv-border-box-12 class="item-left screen-common-box">
|
|
|
|
|
|
+ <div class="column-item-bottom">
|
|
|
|
+ <dv-border-box-12 class="screen-common-box">
|
|
<component :is="mainS077" moduleId="mainS077" />
|
|
<component :is="mainS077" moduleId="mainS077" />
|
|
</dv-border-box-12>
|
|
</dv-border-box-12>
|
|
- <dv-border-box-4
|
|
|
|
- :color="['red', 'green']"
|
|
|
|
- :reverse="true"
|
|
|
|
- class="item-right screen-common-box"
|
|
|
|
- >
|
|
|
|
- <component :is="mainS078" moduleId="mainS078" />
|
|
|
|
- </dv-border-box-4>
|
|
|
|
|
|
+ <!-- <dv-border-box-4-->
|
|
|
|
+ <!-- :color="['red', 'green']"-->
|
|
|
|
+ <!-- :reverse="true"-->
|
|
|
|
+ <!-- class="item-right screen-common-box"-->
|
|
|
|
+ <!-- >-->
|
|
|
|
+ <!-- <component :is="mainS078" moduleId="mainS078" />-->
|
|
|
|
+ <!-- </dv-border-box-4>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -87,33 +82,35 @@ const commonS = useCommonStore();
|
|
const mainSL001 = computed(() => {
|
|
const mainSL001 = computed(() => {
|
|
return getComponetnByName(commonS.mainSL001);
|
|
return getComponetnByName(commonS.mainSL001);
|
|
});
|
|
});
|
|
-const mainSL002 = computed(() => {
|
|
|
|
- return getComponetnByName(commonS.mainSL002);
|
|
|
|
-});
|
|
|
|
|
|
+
|
|
const mainSL003 = computed(() => {
|
|
const mainSL003 = computed(() => {
|
|
return getComponetnByName(commonS.mainSL003);
|
|
return getComponetnByName(commonS.mainSL003);
|
|
});
|
|
});
|
|
-const mainSRT12 = computed(() => {
|
|
|
|
- return getComponetnByName(commonS.mainSRT12);
|
|
|
|
-});
|
|
|
|
-const mainSRT13 = computed(() => {
|
|
|
|
- return getComponetnByName(commonS.mainSRT13);
|
|
|
|
-});
|
|
|
|
|
|
|
|
-const mainS076 = computed(() => {
|
|
|
|
- return getComponetnByName(commonS.mainS076);
|
|
|
|
-});
|
|
|
|
const mainS077 = computed(() => {
|
|
const mainS077 = computed(() => {
|
|
return getComponetnByName(commonS.mainS077);
|
|
return getComponetnByName(commonS.mainS077);
|
|
});
|
|
});
|
|
-const mainS078 = computed(() => {
|
|
|
|
- return getComponetnByName(commonS.mainS078);
|
|
|
|
|
|
+
|
|
|
|
+const mainLeftTop = computed(() => {
|
|
|
|
+ return getComponetnByName(commonS.mainLeftTop);
|
|
|
|
+});
|
|
|
|
+const BanZucqtj = computed(() => {
|
|
|
|
+ return getComponetnByName(commonS.BanZucqtj);
|
|
|
|
+});
|
|
|
|
+const ShengChanJHQK = computed(() => {
|
|
|
|
+ return getComponetnByName(commonS.ShengChanJHQK);
|
|
|
|
+});
|
|
|
|
+const ChengPinRKQKJ = computed(() => {
|
|
|
|
+ return getComponetnByName(commonS.ChengPinRKQKJ);
|
|
|
|
+});
|
|
|
|
+const WeiDianZCJGG = computed(() => {
|
|
|
|
+ return getComponetnByName(commonS.WeiDianZCJGG);
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.zhleft {
|
|
.zhleft {
|
|
- width: 550px;
|
|
|
|
|
|
+ width: 750px;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -131,9 +128,24 @@ const mainS078 = computed(() => {
|
|
height: 2%;
|
|
height: 2%;
|
|
}
|
|
}
|
|
|
|
|
|
- .column-item {
|
|
|
|
|
|
+ .progress-bar {
|
|
|
|
+ height: 100px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .column-item-middle {
|
|
|
|
+ //flex: 1;
|
|
|
|
+ height: 60%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+
|
|
|
|
+ //height: 100%;
|
|
|
|
+ //border: 2px solid white;
|
|
|
|
+ }
|
|
|
|
+ .column-item-bottom {
|
|
//flex: 1;
|
|
//flex: 1;
|
|
- height: 32%;
|
|
|
|
|
|
+ height: 40%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|