Skip to content

Commit 623aa4e

Browse files
committed
解决了一丢丢BUG造成的显示错误
1 parent fa20ef7 commit 623aa4e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Template/Public/Style/PublicCSS.css

Lines changed: 4 additions & 2 deletions
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 18:09:56
5+
* @LastEditTime : 2020-10-18 18:14:15
66
* @Description : 基础组件css样式
77
*/
88

@@ -78,5 +78,7 @@ div.title div.ButtonList.enable a, div#top div.ButtonList.enable a, div.title di
7878

7979
div#bottom {
8080
position: fixed;
81-
bottom: 0px;
81+
bottom: 1px;
82+
left: 0px;
83+
width: 100%;
8284
}

0 commit comments

Comments
 (0)