From 8db8083d8d2ae3b9fd18f43f796235977423bfea Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 03 十一月 2023 09:36:34 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index.vue | 20 ++++----------------
1 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/Monitor-APP/pages/index.vue b/Monitor-APP/pages/index.vue
index 1053320..f93ca81 100644
--- a/Monitor-APP/pages/index.vue
+++ b/Monitor-APP/pages/index.vue
@@ -1,23 +1,11 @@
<template>
- <view class="container">
+ <view>
+
</view>
</template>
-<script setup lang="ts">
-
-
+<script>
</script>
-<style lang="less" scoped>
- // page 璁剧疆鍙互閲嶇疆杩欎簺
- page {
- width: 100%;
- height: 100%;
- }
- .container {
- height: 100%;
- width: 100%;
- background-image: url(../static/background.png);
- background-size: 100% 100%;
- }
+<style>
</style>
\ No newline at end of file
--
Gitblit v1.9.1