Parcourir la source

项目哥哥模块添加空状态图标

lkk il y a 3 mois
Parent
commit
10c13f93c7

+ 1 - 1
src/components/mapView/tablePage.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="cont-table">
     <!-- :image="nonedataImg"  -->
-    <el-empty description=" " v-if="table.data.length == 0" />
+    <el-empty image="/static/images/ghzc/empty.png" description=" " v-if="table.data.length == 0" />
     <el-table
       :data="table.data"
       v-else

+ 1 - 1
src/views/ConstructionApplication3D/ZBFXAnalysisinfo/detailedInfo.vue

@@ -46,7 +46,7 @@
             ParkData ? ParkData.fjdcCount : 0
           }}</el-descriptions-item> -->
         </el-descriptions>
-        <el-empty v-if="!tableData" description="未查询到数据"></el-empty>
+        <el-empty image="/static/images/ghzc/empty.png" v-if="!tableData" description="未查询到数据"></el-empty>
       </el-header>
       <el-main>
         <el-row :gutter="10" style="height: 100%">

+ 4 - 0
src/views/ConstructionApplication3D/billboard/addBiillboardModel.vue

@@ -852,6 +852,10 @@ export default {
       console.log(res);
       if (res.data.url.includes(".gltf")) {
         this.thisfileurl = res.data.url;
+        this.$message({
+          message: "上传成功",
+          type: "success",
+        });
       } else {
         this.$message.error("请上传包含gltf文件的zip压缩包!");
         this.$refs.upload.clearFiles();

+ 9 - 0
src/views/farmlandProtection/gdzl/wrjxx.vue

@@ -490,4 +490,13 @@ export default {
 .isprofly {
   color: aqua;
 }
+/* 修改下拉菜单样式 */
+video::-webkit-media-controls-playback-rate-menu {
+  background-color: rgba(0,0,0,0.7);
+  color: white;
+}
+
+video::-webkit-media-controls-playback-rate-menu-item {
+  color: white;
+}
 </style>

BIN
static/images/ghzc/empty.png