|
@@ -46,18 +46,12 @@ defineExpose({
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-:deep(.el-dialog) {
|
|
|
|
- background: #f1f3f5;
|
|
|
|
- box-shadow: 0px 0px 80px 10px rgba(0, 0, 0, 0.25);
|
|
|
|
- border-radius: 16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#custom-dialog {
|
|
#custom-dialog {
|
|
background: #f1f3f5;
|
|
background: #f1f3f5;
|
|
box-shadow: 0px 0px 80px 10px rgba(0, 0, 0, 0.25);
|
|
box-shadow: 0px 0px 80px 10px rgba(0, 0, 0, 0.25);
|
|
border-radius: 16px 16px 16px 16px;
|
|
border-radius: 16px 16px 16px 16px;
|
|
width: 924px;
|
|
width: 924px;
|
|
- max-height: 80vh;
|
|
|
|
|
|
+ height: 600px;
|
|
|
|
|
|
.top-title {
|
|
.top-title {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -78,7 +72,7 @@ defineExpose({
|
|
.center-content {
|
|
.center-content {
|
|
margin-top: 24px;
|
|
margin-top: 24px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 500px;
|
|
|
|
|
|
+ height: 400px;
|
|
|
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -118,28 +112,26 @@ defineExpose({
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
- padding-left: 30px;
|
|
|
|
- padding-right: 20px;
|
|
|
|
- height: 80px;
|
|
|
|
|
|
+ padding: 10px 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.item-header {
|
|
.item-header {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 20px;
|
|
color: rgba(0, 0, 0, 0.9);
|
|
color: rgba(0, 0, 0, 0.9);
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
.item-describe {
|
|
.item-describe {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
.item-count {
|
|
.item-count {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- font-size: 38px;
|
|
|
|
|
|
+ font-size: 20px;
|
|
color: rgba(0, 0, 0, 0.9);
|
|
color: rgba(0, 0, 0, 0.9);
|
|
|
|
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -147,7 +139,7 @@ defineExpose({
|
|
|
|
|
|
.item-unit {
|
|
.item-unit {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 18px;
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
|
text-align: right;
|
|
text-align: right;
|