doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
small-program/shop/pages/settings/settings.vue
@@ -24,6 +24,7 @@
      width: 100%;
      padding: 0 30rpx;
      box-sizing: border-box;
      .box-item {
         width: 100%;
         height: 102rpx;
@@ -31,6 +32,15 @@
         align-items: center;
         justify-content: space-between;
         border-bottom: 1rpx solid #ececec;
         .box-item-table{
            font-weight: 400;
            font-size: 30rpx;
            color: #222222;
         }
         image{
            height: 20rpx;
            width: 20rpx;
         }
      }
   }
</style>