From 05b0f6104cc5e1ac06c8d1f553bbc3e32f6e6521 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 01 Nov 2024 10:43:02 +0800
Subject: [PATCH] 布局容器样式调整
---
src/views/survey/components/rightContainer.vue | 25 ++++---------------------
1 files changed, 4 insertions(+), 21 deletions(-)
diff --git a/src/views/survey/components/rightContainer.vue b/src/views/survey/components/rightContainer.vue
index 8e917dd..963b61e 100644
--- a/src/views/survey/components/rightContainer.vue
+++ b/src/views/survey/components/rightContainer.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-10 15:27:59
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-26 14:49:05
+ * @LastEditTime: 2024-11-01 10:42:13
* @FilePath: \bigScreen\src\views\survey\components\rightContainer.vue
* @Description:
*
@@ -17,7 +17,7 @@
<template>
<div class="right-container">
- <div class="fire-source box">
+ <div class="h0 fire-source box">
<title-box>
<template #titleName>
园区简介
@@ -36,7 +36,7 @@
</div> -->
- <div class="occur-statistics box">
+ <div class="h0 occur-statistics box">
<title-box>
<template #titleName>
企业名录
@@ -61,29 +61,12 @@
height: 100%;
pointer-events: auto;
- .box {
- margin-top: 20px;
-
- .header {
- height: 32px;
- background: url(/img/bg/sub-title.png) no-repeat;
- }
- }
-
.fire-source {
flex: 3;
}
.occur-statistics {
- flex: 3;
- }
-
- .fire-trend {
- flex: 4;
- }
-
- .box:first-child {
- margin-top: 0;
+ flex: 2;
}
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3