mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
优化网格图片样式
This commit is contained in:
@@ -1662,8 +1662,13 @@
|
||||
text-align: center;
|
||||
}
|
||||
.ul-nav-grid .item .main {
|
||||
display: inline-block;
|
||||
padding: 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.ul-nav-grid.colord .item.red .icon {
|
||||
color: #FF6961;
|
||||
|
||||
Reference in New Issue
Block a user