style(board): 更新安灯看板背景样式

- 移除背景图片设置
- 添加纯色背景 #0f2740
- 保持容器尺寸和定位属性不变
master
zangch@mesnac.com 1 month ago
parent 85a98042a8
commit 398923c1f4

@ -454,9 +454,7 @@ export default {
<style scoped lang="less">
.app-container {
background-image: url("../../../assets/board/boardBg2.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
background: #0f2740;
width: 100%;
height: 100%;
position: absolute;

Loading…
Cancel
Save