出入库页面样式、需求

This commit is contained in:
2024-04-22 15:41:43 +08:00
parent fa393b8fd1
commit 0bf7671733
3 changed files with 62 additions and 44 deletions

View File

@@ -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;

View File

@@ -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)
}