公告板
版本库
filestore
活动
搜索
登录
金飞
/
pc-plat
pc端平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2022-10-08
king
2022-10-08
2ccd33975abf91f9a7929ca8ed6fc03d74ee424d
[~jinfei/pc-plat.git]
/
src
/
tabviews
/
debugtable
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.debugtable {
position: relative;
min-height: 200px;
margin: 20px;
.mk-debug-reload {
color: var(--mk-sys-color);
position: absolute;
z-index: 1;
top: 5px;
right: 10px;
font-size: 16px;
}
}