From 08dd2afd7a9614dad029e94918516b068d413cac Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期四, 04 七月 2024 17:46:41 +0800 Subject: [PATCH] 大屏 --- 代码管理/大屏/src/views/bottomRight.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/bottomRight.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/bottomRight.vue" index 91f849b..0f7313a 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/bottomRight.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/bottomRight.vue" @@ -1,6 +1,6 @@ <template> <div id="bottomRight" > - <div class="bg-color-black" style="width: 100%;"> + <div class="bg-color-black" > <!-- <div class="d-flex pt-2 pl-2"> <span> <icon name="chart-area" class="text-icon"></icon> @@ -33,7 +33,7 @@ <style lang="scss" class> $box-height: 520px; -$box-width: 895px; +$box-width: 600px; #bottomRight { padding: 14px 16px; height: $box-height; -- Gitblit v1.9.3