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