出入库页面样式、需求
This commit is contained in:
@@ -205,12 +205,12 @@ uni-button{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
height: 30px;
|
||||
color: #AFBED8;
|
||||
font-weight: bold;
|
||||
padding: 0 5px;
|
||||
/* padding: 0 5px; */
|
||||
text-align: center;
|
||||
}
|
||||
.zd-sec-th {
|
||||
@@ -223,8 +223,9 @@ uni-button{
|
||||
color: #fff;
|
||||
/* background-color: #0F1521; */
|
||||
font-weight: bold;
|
||||
padding: 0 5px;
|
||||
/* padding: 0 5px; */
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.zd-td {
|
||||
display: flex;
|
||||
@@ -234,7 +235,7 @@ uni-button{
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
color: #fff;
|
||||
padding: 0 5px;
|
||||
/* padding: 0 5px; */
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #7A9FE0;
|
||||
word-break: break-all;
|
||||
@@ -246,7 +247,7 @@ uni-button{
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
line-height: 13px;
|
||||
height: 30px;
|
||||
height: 65px;
|
||||
color: #fff;
|
||||
background-color: rgba(194, 86, 62, 0.2);
|
||||
padding: 0 5px;
|
||||
|
||||
@@ -155,4 +155,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
|
||||
}
|
||||
.pophide {
|
||||
transform: translateY(180%);
|
||||
}
|
||||
.scale8 {
|
||||
transform: scale(0.8)
|
||||
}
|
||||
Reference in New Issue
Block a user