From e707b45081a0f63d1def6fecb3da606e7c86cbac Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 28 四月 2025 14:25:35 +0800
Subject: [PATCH] gx优化
---
src/views/home/components/pingubiao/editDietary4.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/components/pingubiao/editDietary4.vue b/src/views/home/components/pingubiao/editDietary4.vue
index 8962cb1..bb7630b 100644
--- a/src/views/home/components/pingubiao/editDietary4.vue
+++ b/src/views/home/components/pingubiao/editDietary4.vue
@@ -1,7 +1,7 @@
<template>
<div class="dietarySurvey-item">
<el-dialog v-model="state.dialogTableVisible" title="PEW" :fullscreen="true" width="100%">
- <div class="container" style="width: 100%; height: 100%;overflow: auto;">
+ <div style="width: 100%; height: 100%;overflow: auto;">
<div id="pinggu4">
<div>
<el-form size="small" >
--
Gitblit v1.8.0