jiangping
2024-06-07 745e5c3ca2c8c2dc3b83ffb36f4ba48ba9dae09a
h5/pages/applicationRecord/applicationRecord.vue
@@ -99,7 +99,6 @@
    if (this.total > 10) {
      this.getList()
    }
  },
  methods: {
    handleDetail(id) {
@@ -136,7 +135,7 @@
  }
}
</script>
<style>
<style lang="scss">
page {
  background-color: #f7f7f7 !important;
}
@@ -159,8 +158,8 @@
      display: flex;
      align-items: center;
      .active {
        border: 1rpx solid #279baa !important;
        color: #279baa !important;
        border: 1rpx solid $uni-color-primary !important;
        color: $uni-color-primary !important;
      }
      .box_head_item {
        padding: 0 30rpx;
@@ -197,7 +196,7 @@
        align-items: center;
        justify-content: space-between;
        .loading {
          color: #279baa;
          color: $uni-color-primary;
        }
        .success {
          color: #03c68f;