hcong
2024-10-21 13272e92a6c98daad06aa166a6674bf4dac7cc4b
src/views/fysp/check/components/CompLedgerPic.vue
@@ -38,9 +38,9 @@
  watch: {
    activeName: {
      handler(newObj, oldObj) {
        this.imgList = this.imgListAll.filter(item=>{
          return item.ledgerType == newObj
        })
        this.imgList = this.imgListAll.filter((item) => {
          return item.ledgerType == newObj;
        });
      },
      immediate: true
    }
@@ -120,7 +120,7 @@
</script>
<style scoped>
.imgs {
  height: 370px;
  height: 650px;
  width: 90%;
  min-height: 100px !important;
  /* border-style:solid;
@@ -181,7 +181,7 @@
  padding: 5px;
}
.btns {
  height: 10%;
  /* height: 10%; */
}
.center {
  display: flex;