liwei19941102 2 лет назад
Родитель
Сommit
150ce6940b

+ 0 - 0
src/assets/images/home/Rectangle 8(1).png → src/assets/images/home/Rectangle8(1).png


+ 0 - 0
src/assets/images/home/Rectangle 8.png → src/assets/images/home/Rectangle8.png


+ 0 - 0
src/assets/images/home/Rectangle 8@2x(1).png → src/assets/images/home/Rectangle8@2x(1).png


+ 0 - 0
src/assets/images/home/Rectangle 8@2x.png → src/assets/images/home/Rectangle8@2x.png


+ 2 - 2
src/components/HomeStatics/warnTable.vue

@@ -5,8 +5,8 @@
             <div v-for="(item, index) in messageList">
             <div v-for="(item, index) in messageList">
                 <div style="display: flex;flex-direction: row;justify-content: space-around;align-items: center;">
                 <div style="display: flex;flex-direction: row;justify-content: space-around;align-items: center;">
                     <div>
                     <div>
-                        <img v-if="item.type == 1" src="@/assets/images/home/Rectangle 8.png" />
-                        <img v-if="item.type == 2" src="@/assets/images/home/Rectangle 8(1).png" />
+                        <img v-if="item.type == 1" src="@/assets/images/home/Rectangle8.png" />
+                        <img v-if="item.type == 2" src="@/assets/images/home/Rectangle8(1).png" />
                     </div>
                     </div>
                     <div class="contentClass">{{ item.content }}</div>
                     <div class="contentClass">{{ item.content }}</div>
                     <div class="timeClass">{{ item.time }}</div>
                     <div class="timeClass">{{ item.time }}</div>