MrShi
4 天以前 05aec1e9986fbe3e907259bb1a1396f129bd0fa1
admin/src/components/business/OperaMemberListWindow.vue
@@ -230,7 +230,10 @@
  methods: {
    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
        }
      })
    },
@@ -280,9 +283,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>