fix: formate code and test money
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m8s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m8s
This commit is contained in:
@@ -2011,20 +2011,20 @@
|
||||
}
|
||||
|
||||
.package-name {
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 1;
|
||||
grid-column: 1 / 3;
|
||||
min-width: 0;
|
||||
padding-bottom: 8px;
|
||||
border-bottom: 1px solid var(--el-border-color-lighter);
|
||||
font-size: 14px;
|
||||
color: var(--el-text-color-regular);
|
||||
border-bottom: 1px solid var(--el-border-color-lighter);
|
||||
}
|
||||
|
||||
.cost-price-input-wrapper {
|
||||
grid-column: 1;
|
||||
grid-row: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-row: 2;
|
||||
grid-column: 1;
|
||||
gap: 6px;
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
@@ -2041,20 +2041,20 @@
|
||||
|
||||
.min-cost-hint {
|
||||
font-size: 12px;
|
||||
color: var(--el-text-color-secondary);
|
||||
line-height: 1.4;
|
||||
color: var(--el-text-color-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.expiry-base-input-wrapper {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
align-self: start;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
||||
.expiry-base-label {
|
||||
font-size: 13px;
|
||||
@@ -2069,10 +2069,9 @@
|
||||
}
|
||||
|
||||
:deep(.el-button) {
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
align-self: start;
|
||||
justify-self: end;
|
||||
grid-column: 3;
|
||||
place-self: start end;
|
||||
width: 56px;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
@@ -2090,18 +2089,18 @@
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
.expiry-base-input-wrapper {
|
||||
grid-column: 1 / -1;
|
||||
grid-row: 3;
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.cost-price-input-wrapper {
|
||||
grid-column: 1 / -1;
|
||||
grid-row: 2;
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
:deep(.el-button) {
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
grid-column: 3;
|
||||
justify-self: start;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user