jiangping
2023-10-26 ea87c908fb6cdfc3e227a584a53e6730efb8262a
minipro_standard/components/LabelSelection.vue
@@ -71,12 +71,13 @@
         }
         .tag_item {
            min-width: 120rpx;
            padding: 14rpx;
            padding: 14rpx 24rpx;
            border-radius: 26rpx;
            text-align: center;
            flex-shrink: 0;
            margin-right: 20rpx;
            border: 1rpx solid #CCCCCC;
            text {
            font-size: 26rpx;
            font-weight: 400;
            line-height: 26rpx;
@@ -84,4 +85,5 @@
         }
      }
   }
   }
</style>