Skip to content

Commit 90dd4e7

Browse files
committed
更新css
1 parent 5a50b52 commit 90dd4e7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

static/css/sys.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/update_browser.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/sass/sys.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,20 +259,22 @@ form{
259259
overflow: auto;
260260
.app{
261261
float: left;
262-
width: 120px;
262+
width: calc(20% - 12px);
263263
height: 170px;
264264
background-color: #eee;
265265
margin-right: 15px;
266266
margin-bottom: 15px;
267+
&:nth-child(5n){
268+
margin-right: 0;
269+
}
267270
img{
271+
display: inherit;
268272
width: 60px;
269273
height: 60px;
270-
margin: 20px 30px 15px;
271-
border-radius: 5px;
274+
margin: 20px auto 15px;
272275
}
273276
.title{
274277
@include ellipsis();
275-
width: 100px;
276278
height: 20px;
277279
line-height: 20px;
278280
margin: 0 10px;

0 commit comments

Comments
 (0)