diff --git a/src/assets/images/mealSurplusInformation/noData.png b/src/assets/images/mealSurplusInformation/noData.png new file mode 100644 index 0000000..f6aede3 Binary files /dev/null and b/src/assets/images/mealSurplusInformation/noData.png differ diff --git a/src/views/mealSurplusInformation/mealSurplusInformation.vue b/src/views/mealSurplusInformation/mealSurplusInformation.vue index be4343a..57ade83 100644 --- a/src/views/mealSurplusInformation/mealSurplusInformation.vue +++ b/src/views/mealSurplusInformation/mealSurplusInformation.vue @@ -57,6 +57,12 @@ + @@ -550,6 +556,31 @@ export default { } } } + + &.noData { + background-color: #0F1A29; + border: 2px solid #263249; + + > div:nth-of-type(1) { + width: 48px; + height: 48px; + margin: 35px auto 16px; + background-position: center; + background-size: contain; + background-repeat: no-repeat; + background-image: url("@/assets/images/mealSurplusInformation/noData.png"); + } + + > div:nth-of-type(2) { + color: #5A6478; + width: 100%; + height: 24px; + font-size: 24px; + font-weight: bold; + line-height: 24px; + text-align: center; + } + } } }