Browse Source

refactor: 样式修改

潮流
姜鑫 4 years ago
parent
commit
fca3700503
  1. BIN
      iot_two_template_V.zip
  2. 10
      src/views/Activities/Activities.vue
  3. 10
      src/views/Parking/Parking.vue
  4. 10
      src/views/Service/Service.vue

BIN
iot_two_template_V.zip

Binary file not shown.

10
src/views/Activities/Activities.vue

@ -34,10 +34,10 @@ function _getActivityList(type) {
<style lang="scss" scoped>
.width {
position: absolute;
top: 214px;
left: 170px;
width: 440px;
height: 88px;
position: absolute !important;
top: 214px !important;
left: 170px !important;
width: 440px !important;
height: 88px !important;
}
</style>

10
src/views/Parking/Parking.vue

@ -114,11 +114,11 @@ const showCarInfo = ref(false)
justify-content: space-between;
}
.width {
position: absolute;
top: 214px;
left: 170px;
width: 468px;
height: 88px;
position: absolute !important;
top: 214px !important;
left: 170px !important;
width: 468px !important;
height: 88px !important;
}
.carousel {
position: relative;

10
src/views/Service/Service.vue

@ -27,10 +27,10 @@ const currentComp = computed(() => dynamicComList[tabIdx.value])
<style lang="scss" scoped>
.width {
position: absolute;
top: 214px;
left: 170px;
width: 491px;
height: 88px;
position: absolute !important;
top: 214px !important;
left: 170px !important;
width: 491px !important;
height: 88px !important;
}
</style>

Loading…
Cancel
Save