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 @@
*菜品图片:
-
-
星期一
-
星期二
-
星期三
-
星期四
-
星期五
-
星期六
-
星期日
+
星期一
+
+
星期二
+
+
星期三
+
+
星期四
+
+
星期五
+
+
星期六
+
+
星期日
+
@@ -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;
}
}
}