feat: 代码格式化, 改进仪表盘, 新增多CSS支持
This commit is contained in:
18
src/heurams/interface/css/screens/dashboard.tcss
Normal file
18
src/heurams/interface/css/screens/dashboard.tcss
Normal file
@@ -0,0 +1,18 @@
|
||||
.repo-list {
|
||||
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 4;
|
||||
}
|
||||
|
||||
.repo-list-item {
|
||||
layout: grid;
|
||||
grid-size: 2;
|
||||
height: 3;
|
||||
}
|
||||
|
||||
.repo-list-item-shortcut {
|
||||
dock: right;
|
||||
offset: -5% 0
|
||||
}
|
||||
Reference in New Issue
Block a user