Browse Source

修复显示问题3

shibei_master
dai 4 years ago
parent
commit
c3b07fb011
  1. 7
      src/views/modules/communityService/dqfwzx/index.vue

7
src/views/modules/communityService/dqfwzx/index.vue

@ -81,6 +81,7 @@
@click="handleOrder(scope.$index)" @click="handleOrder(scope.$index)"
type="text" type="text"
size="small" size="small"
style="color: #1c6afd"
>预约</el-button >预约</el-button
> >
@ -88,7 +89,7 @@
@click="handleOrderList(scope.$index)" @click="handleOrderList(scope.$index)"
type="text" type="text"
size="small" size="small"
style="margin-right: 10px; color: #00a7a9" style="margin-right: 10px; color: #1c6afd"
>预约记录</el-button >预约记录</el-button
> >
</template> </template>
@ -420,14 +421,14 @@ export default {
top: 5px; top: 5px;
right: 5px; right: 5px;
font-size: 14px; font-size: 14px;
color: rgb(235, 192, 4); color: #00a7a9;
width: 50px; width: 50px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
// text-decoration: underline; // text-decoration: underline;
color: rgb(250, 208, 23); color: #00a7a9;
} }
} }
.item-name { .item-name {

Loading…
Cancel
Save