refactor(screen): 注释掉左右面板的宽度样式

This commit is contained in:
Zzc 2025-11-17 11:12:19 +08:00
parent 3f9fea0db4
commit 21ed5472e4
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import ForceDispatch from './ForceDispatch.vue'
@use '../../assets/styles/common.scss' as *;
.left-panel {
width: vw(464);
// width: vw(464);
height: 100%;
background: url('../../assets/images/SketchPng7ba5c49d9f8f79e6b559d62cfb6b0b0c79616dd8b289f8b62b5cb8adc18c30e7.png') no-repeat;
background-size: 100% 100%;

View File

@ -34,7 +34,7 @@ import CollaborationInfo from './CollaborationInfo.vue'
@use '../../assets/styles/common.scss' as *;
.right-panel {
width: vw(486);
// width: vw(486);
height: 100%;
background: url('../../assets/images/SketchPngab2bc23b7e477ddbee76b880e28c1c97d6afb9261784dec29ed08c4e0a34d5b3.png') no-repeat;
background-size: 100% 100%;