refactor(screen): 注释掉左右面板的宽度样式
This commit is contained in:
parent
3f9fea0db4
commit
21ed5472e4
@ -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%;
|
||||
|
||||
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user