doum
2026-04-28 e89688f1c058bd9c4c505a2bb891643855e50a29
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>