|
|
@@ -196,8 +196,6 @@ export default {
|
|
|
background-color: #F5F7FA;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
-}
|
|
|
-.meal-config-page, .meal-config-page * {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.nav-placeholder {
|
|
|
@@ -213,6 +211,7 @@ export default {
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
.tab-item {
|
|
|
+ box-sizing: border-box;
|
|
|
flex: 1;
|
|
|
padding: 20rpx 0;
|
|
|
border: 1rpx solid #ddd;
|
|
|
@@ -257,6 +256,7 @@ export default {
|
|
|
padding: 24rpx 30rpx;
|
|
|
}
|
|
|
.member-item {
|
|
|
+ box-sizing: border-box;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -329,6 +329,7 @@ export default {
|
|
|
color: #999;
|
|
|
}
|
|
|
.add-member-entry {
|
|
|
+ box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|