Quellcode durchsuchen

Merge branch 'master' of http://192.168.0.130:13000/huangxingxing/disaster_web3

huangxingxing vor 10 Monaten
Ursprung
Commit
77c09a057a

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/LabelWidget-7f4269d1.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/SVGHelpers-4e21b793.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/appmian-3775ef06.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/appmian-38def541.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/appmian-9336eef5.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/demo-53ae1369.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/index-a8437425.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/index-b7e6afbc.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/index-b82a96eb.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/vtk-6856ffd6.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/assets/vtk2-2f01910a.js


+ 1 - 1
dist/index.html

@@ -7,7 +7,7 @@
     <!-- <link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>favicon.ico" />    -->
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title></title>
-    <script type="module" crossorigin src="./assets/index-300fdaa3.js"></script>
+    <script type="module" crossorigin src="./assets/index-b82a96eb.js"></script>
     <link rel="stylesheet" href="./assets/index-bde49ba4.css">
   </head>
   <body>

+ 57 - 3
src/view/index/first-left.vue

@@ -161,7 +161,7 @@
     </div>
 
   </div>
-  <div  v-show="firstshow">
+  <div class="timedlgheader"  v-show="firstshow">
     <div class="timedlg" v-show="timeshow">
       <div class="closeimg" @click="timeshow = false"><el-image :src="closeimg" fit="contain"
          style="margin-top: -10px;"></el-image></div>
@@ -192,7 +192,19 @@
       </div>
      
     </el-dialog> -->
+ 
+  <div class="setiao" v-if="valueswitch==true">
+    <div class="itemcolor" v-for="(item,index) in itemcolorlist" :key="index" >
+      <div class="yansekuang" :style="{ backgroundColor: item.color }"></div>
+      <span>{{item.name}} </span>
+    </div>
+    <!-- <ul>
+      <li>
+        <div ></div>
+      </li>
+    </ul> -->
   </div>
+</div>
   <htmldialog ref="htmldialogref" :classradio="props.classradio" :isshow='isshow' @funidshow="funidshow"/>
 </template>
 <script setup>
@@ -276,6 +288,24 @@ const props = defineProps({
   // default: '',activeIndex
 },
 })
+let itemcolorlist=ref([
+  {
+  name:'安全区 ',
+  color:'#008003'
+},
+{
+  name:'感知区 ',
+  color:'#6eaa00'
+},
+{
+  name:'二级警告 ',
+  color:'#d48f00'
+},
+{
+  name:'一级警告 ',
+  color:'#ff0000'
+},
+])
 let classradio=ref();
 const job = ref({
   jid: 0, //	任务ID
@@ -1047,11 +1077,11 @@ align-items: center;
   padding: 10px 20px !important;
 }
 .timedlg{
-  width: 200px;
+  /* width: 200px;
   position: absolute;
   right: 1.8229rem;
   top: 77px;
-  z-index: 1111;
+  z-index: 1111; */
   background-color: rgba(0, 102, 201, 0.5);
     border-radius: 10px;
     padding: 15px;
@@ -1064,4 +1094,28 @@ align-items: center;
     line-height: 35px;
     padding-left: 11px
 }
+.yansekuang{
+  width: 50px;
+  height: 18px;
+ 
+}
+.setiao{
+    /* width: 200px;
+    position: absolute;
+    right: 1.8229rem;
+    top: 170px;
+    z-index: 1111; */
+    border-radius: 10px;
+    color: #fff;
+    display: flex;
+    font-size: 10px;
+    margin-top:10px;
+}
+.timedlgheader{
+    width: 200px;
+    position: absolute;
+    right: 1.8229rem;
+    top: 77px;
+    z-index: 1111;
+}
 </style>

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.