From 4c73bcbbc2fc4c55c2a9c52d772e9885103bc552 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 11 四月 2024 09:49:56 +0800
Subject: [PATCH] 考核结果、考核详情页面优化
---
src/views/screen/components/screen-wrapper/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/screen/components/screen-wrapper/index.vue b/src/views/screen/components/screen-wrapper/index.vue
index adb161a..dbc3d1b 100644
--- a/src/views/screen/components/screen-wrapper/index.vue
+++ b/src/views/screen/components/screen-wrapper/index.vue
@@ -18,6 +18,7 @@
</div>
<div class="right-container wrapper">
<screen-examine class="animate-enter-x enter-right"></screen-examine>
+ <screen-data></screen-data>
</div>
</div>
</div>
@@ -31,6 +32,7 @@
import ScreenCar from '../screen-car/index';
import ScreenMap from '../screen-map/index';
import ScreenTable from '../screen-table/index';
+import ScreenData from '../screen-data/index';
export default {
name: 'ScreenWrapper',
components: {
@@ -40,7 +42,8 @@
ScreenTable,
ScreenFace,
ScreenVideo,
- ScreenCar
+ ScreenCar,
+ ScreenData
},
methods: {
returnPath() {
@@ -85,7 +88,7 @@
}
.wrapper {
- width: 23%;
+ width: 25%;
height: 100%;
box-sizing: border-box;
padding: 0 10px;
@@ -103,7 +106,7 @@
}
.center-wrapper {
- width: 54%;
+ width: 50%;
height: 100%;
box-sizing: border-box;
padding: 0 10px;
--
Gitblit v1.8.0