Skip to content

Commit 4add1c0

Browse files
committed
对bottom部分进行置底设置
1 parent 53f67f2 commit 4add1c0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Template/Public/Style/PublicCSS.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Date : 2020-10-18 10:52:43
33
* @Author : MemoryShadow
44
* @LastEditors : MemoryShadow
5-
* @LastEditTime : 2020-10-18 17:41:47
5+
* @LastEditTime : 2020-10-18 18:04:45
66
* @Description : 基础组件css样式
77
*/
88

@@ -74,4 +74,9 @@ div.title div.ButtonList.enable a, div#top div.ButtonList.enable a, div.title di
7474
margin: 0px;
7575
padding: 4px 10px;
7676
flex-grow: 1;
77+
}
78+
79+
div.bottom {
80+
position: fixed;
81+
bottom: 0px;
7782
}

0 commit comments

Comments
 (0)