From 958ab14db9ddea12848664b3b7ca287c5350c58a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 28 Dec 2022 08:56:57 +0800
Subject: [PATCH] 1
---
src/App.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index e7a2144..13a1f13 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,14 +2,14 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 15:58:10
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2022-12-27 17:18:02
+ * @LastEditTime: 2022-12-28 08:56:50
* @FilePath: \srs-police-affairs\src\App.vue
* @Description: app.vue
*
* Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
-->
<template>
- <div id="app" :style="{ width: currentWidth, height: currentHeight }">
+ <div id="app">
<router-view></router-view>
</div>
</template>
--
Gitblit v1.9.3