From 4572f0880e3e91dc7d332a9783e3200e9891ddb4 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Mon, 2 May 2022 15:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=8B=E6=B5=A6=E5=AD=A6=E6=A0=A1=20?= =?UTF-8?q?=E5=BE=B7=E8=82=B2=E7=AE=A1=E7=90=86=20=E8=8F=9C=E8=B0=B1?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=89=8D=E7=AB=AF=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moralEducation/foodInfo.vue | 2 +- .../moralEducation/menuInfo.vue | 248 ++++++++++++++---- 2 files changed, 194 insertions(+), 56 deletions(-) diff --git a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/foodInfo.vue b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/foodInfo.vue index 19f5e0e..b36a1ce 100644 --- a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/foodInfo.vue +++ b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/moralEducation/foodInfo.vue @@ -10,7 +10,7 @@
*菜品图片:
-
-
星期一
-
星期二
-
星期三
-
星期四
-
星期五
-
星期六
-
星期日
+
星期一 +
+
星期二 +
+
星期三 +
+
星期四 +
+
星期五 +
+
星期六 +
+
星期日 +
- +
+ +
+
+
{{food.food_name}}
+ +
+
+
+
@@ -38,14 +69,26 @@ @@ -196,10 +328,17 @@ .li-left { width: 15%; text-align: right; + .selected-day { + background-color: #31a8fa; + color: white; + } + .un-selected-day { + cursor: pointer; + } } .li-right { width: 85%; - .person-list-content-style { + .food-list-content { width: 700px; height: 500px; background-color: #ebebeb; @@ -208,24 +347,23 @@ height: 100%; display: flex; flex-wrap: wrap; - .honor-person-info { - width: auto; - height: 180px; - border: 1px solid #31a8fa; - margin: 0.5rem 0 0 0.5rem; + .food-info-style { display: flex; flex-direction: column; justify-content: center; - .person-name { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - text-align: center; - } + align-items: center; + margin-left: 0.5rem; + margin-top: 0.5rem; /deep/ .img-style { margin-right: 0 !important; } + /*&:hover{*/ + /*border: 1px solid #f2f2f2;*/ + /*cursor: pointer;*/ + /*}*/ + } + .checked-style { + border: 1px solid #31a8fa; } } }