doum
8 天以前 f4f2eb7c80ab85bf0e52c1b911d5a4a82cda330d
admin/src/components/business/OperaCasesListWindow.vue
@@ -137,7 +137,10 @@
    },
    getTableHeight(){
      this.$nextTick(() => {
        this.tableHeight = window.innerHeight - 180- document.getElementById('curSearchForm').clientHeight
        this.tableHeight = window.innerHeight - 180;
        if(document.getElementById('curSearchForm')){
          this.tableHeight = this.tableHeight - document.getElementById('curSearchForm').clientHeight
        }
      })
    },
    open (title, memberId, importId) {
@@ -174,9 +177,9 @@
</style>
<style  >
.success-row {
  background: #f0f9eb; /* 浅绿色背景 */
  background: #f0f9eb  !important; /* 浅绿色背景 */
}
.warning-row {
  background: rgba(161, 14, 14, 0.35); /* 浅红色背景 */
  background: rgba(161, 14, 14, 0.35)  !important; /* 浅红色背景 */
}
</style>