出入库
This commit is contained in:
@@ -121,8 +121,8 @@ uni-button:after {
|
||||
}
|
||||
.grid-table thead tr th{
|
||||
font-size: 15px;
|
||||
line-height: 35px;
|
||||
padding: 0 5px;
|
||||
line-height: 18px;
|
||||
padding: 5px 5px;
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
.grid-table thead tr th:first-child{
|
||||
@@ -141,10 +141,10 @@ uni-button:after {
|
||||
border-left: 1px solid #e1e1e1;
|
||||
}
|
||||
.grid-table td {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
/* height: 35px; */
|
||||
line-height: 18px;
|
||||
font-size: 15px;
|
||||
padding: 0 5px;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.status-wrap {
|
||||
width: 100%;
|
||||
@@ -227,4 +227,21 @@ uni-button:after {
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
.icon_unchecked {
|
||||
color: #fff;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: #fff;
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
.icon_checked {
|
||||
color: #ff6a00;
|
||||
border: 1px solid #ff6a00;
|
||||
}
|
||||
.bgr{
|
||||
border-color: #ff6a00;
|
||||
}
|
||||
Reference in New Issue
Block a user