优化添加组件及页面
This commit is contained in:
14
src/App.vue
14
src/App.vue
@ -40,4 +40,18 @@
|
||||
.absolute-center {position: absolute !important;left: 50%;top: 50%;transform: translate(-50%, -50%);}
|
||||
.line-1 {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
||||
.line-2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
|
||||
|
||||
/* 自定义wot-ui的tab样式 */
|
||||
.tabs {
|
||||
:deep() {
|
||||
.wd-tabs__line {
|
||||
bottom: 0 !important;
|
||||
width: 60rpx !important;
|
||||
height: 16rpx !important;
|
||||
background-color: transparent !important;
|
||||
background-image: url(#{$OSS}images/reserve_room/reserve_room_image1.png) !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user