| | |
| | | <el-option label="审核中" value="Auditing"></el-option> |
| | | </el-select></span> |
| | | </div> |
| | | <el-table ref="dataTable" v-loading="isLoading" :data="tableData" |
| | | <el-table class="custom-scrollbar" ref="dataTable" v-loading="isLoading" :data="tableData" |
| | | :height="tableHeight" border |
| | | @select="handleSelection" @cell-click="handleCellClick" @row-click="handleRowClick" |
| | | @select-all="handleSelectionAll" @selection-change="handleSelectionChange" |
| | |
| | | .bottom { |
| | | margin-top: 10px; |
| | | } |
| | | |
| | | //.custom-scrollbar::-webkit-scrollbar { |
| | | // width: 10px !important;;/* 设置滚动条的宽度 */ |
| | | //} |
| | | // |
| | | //.custom-scrollbar::-webkit-scrollbar-thumb { |
| | | // background-color: #a11313 !important;; /* 设置滚动条的颜色 */ |
| | | // border-radius: 5px !important;; /* 设置滚动条的边框弧度 */ |
| | | //} |
| | | // |
| | | //.custom-scrollbar::-webkit-scrollbar-track { |
| | | // background-color: #f1f1f1 !important;; /* 设置滚动条的轨道颜色 */ |
| | | //} |
| | | </style> |