Просмотр исходного кода

Merge branch 'master' of http://git.zonelife.cn:3000/zhangtao/city-gather

zouzexu 1 день назад
Родитель
Сommit
6f6ba9b3e2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/subPack-charge/components/plate/index.vue

+ 2 - 2
src/subPack-charge/components/plate/index.vue

@@ -278,7 +278,7 @@ watch(() => props.plateNumber, (newVal) => {
   </view>
 </template>
 
-<style scoped lang='less'>
+<style scoped lang='scss'>
     .plate {
         display: flex;
         justify-content: space-between;
@@ -352,7 +352,7 @@ watch(() => props.plateNumber, (newVal) => {
             padding: 0 19rpx 20rpx;
             .item {
                 display: inline-block;
-                width: calc(~"(100% - 72rpx) / 10");
+                width: calc((100% - 72rpx) / 10);
                 height: 84rpx;
                 margin-right: 8rpx;
                 margin-bottom: 8rpx;