Browse Source

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

zouzexu 1 day ago
parent
commit
6f6ba9b3e2
1 changed files with 2 additions and 2 deletions
  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>
   </view>
 </template>
 </template>
 
 
-<style scoped lang='less'>
+<style scoped lang='scss'>
     .plate {
     .plate {
         display: flex;
         display: flex;
         justify-content: space-between;
         justify-content: space-between;
@@ -352,7 +352,7 @@ watch(() => props.plateNumber, (newVal) => {
             padding: 0 19rpx 20rpx;
             padding: 0 19rpx 20rpx;
             .item {
             .item {
                 display: inline-block;
                 display: inline-block;
-                width: calc(~"(100% - 72rpx) / 10");
+                width: calc((100% - 72rpx) / 10);
                 height: 84rpx;
                 height: 84rpx;
                 margin-right: 8rpx;
                 margin-right: 8rpx;
                 margin-bottom: 8rpx;
                 margin-bottom: 8rpx;