shuishen
2023-12-15 1b01ffe23e46627f05aa560d793e9b9b7908d260
components/noticeList/tagCell.vue
@@ -1,6 +1,6 @@
<template>
   <view class="">
      <view class="tag-cell f-20 c-main">
      <view class="tag-cell f-18 c-main">
         {{text}}
      </view>
   </view>
@@ -18,8 +18,8 @@
<style scoped>
   .tag-cell{
      padding:2rpx 5rpx;
      border-radius:30rpx;
      padding:2rpx 8rpx;
      border-radius: 8rpx;
      background-color: rgb(236,244,255);
      border:1px solid currentColor;
      margin-right:15rpx;