mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
优化表格样式;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.ul-card-data-simple-bg-black {
|
||||
.ul-card-data-simple.ul-card-data-simple-bg-black {
|
||||
background-color: #393D49;
|
||||
color : #fff;
|
||||
border-radius : 15px;
|
||||
@@ -7,9 +7,8 @@
|
||||
box-shadow: 0 0 4px #999;
|
||||
|
||||
.item {
|
||||
|
||||
padding : 15px;
|
||||
margin-right: 0 10px;
|
||||
padding: 15px;
|
||||
margin : 0 10px 0 0;
|
||||
|
||||
.item-title {
|
||||
color: #fff;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
background-color: #fff;
|
||||
|
||||
.item {
|
||||
|
||||
margin : 15px 0;
|
||||
padding : 0 15px;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user