From 226c96ebc10302ce7ff5b14287bf46018728a7d7 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 15 八月 2023 14:38:51 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index bfc7b84..957ec78 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -34,7 +34,7 @@
</tr>
</table>
</view>
- </view>
+ </view>
<view class="box-item">
<view class="flex-row" style="width: 100%;">
<!-- 宸︿晶 -->
@@ -748,12 +748,13 @@
<style>
/* @import url("../../static/css/common.css"); */
+ @import url("home.css");
@font-face {
font-style: normal;
font-family: DS-DIGI-1;
src: url('../../static/font-family/DS-DIGI-1.ttf');
}
- @import url("home.css");
+
/* 鍒� */
.flex-col {
display: flex;
--
Gitblit v1.9.1