公告板
版本库
filestore
活动
搜索
登录
web
/
SchedulingDashboard
排程看板
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
后道工序修改
haoxuan
2023-08-21
2a7ca26b73205f97de6ee07e2e63d5bc7420fd21
[web/SchedulingDashboard.git]
/
src
/
assets
/
style
/
fixed
/
vue-grid-layout.scss
1
2
3
4
5
6
7
8
9
// vue-splitpane 样式补丁
.vue-grid-item {
&.vue-grid-placeholder {
border: 1px solid $color-border-1;
background-color: rgba(#FFF, .3);
opacity: 1;
border-radius: 4px;
}
}