From f61da9026489a776d5e8cb49636b73c10d9cdc49 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 12 Oct 2022 20:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E5=B0=BE/=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E8=A1=8C/=E9=80=89=E4=B8=AD=E5=88=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 140 +++++++++++++++++++---------- 1 file changed, 92 insertions(+), 48 deletions(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index 2b544a9..f3dc301 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -14,6 +14,15 @@ background-color: #e76b11 !important; color: #fff; } + .vxe-table--body tr.row--checked > td { + background-color: rgb(86, 105, 219) !important; + color: #fff; + } + + .col--current { + background-color: #e76b11 !important; + color: #fff; + } .vxe-table--body tr > td { cursor: pointer; @@ -34,6 +43,41 @@ background-color: #df9942 !important; } + .table-footer .col-blue { + background-color: rgba(32, 63, 218, 0.8); + color: #fff; + } + + .table-footer .col-red { + background-color: rgba(255, 22, 1, 0.8); + color: #fff; + } + + .table-footer .col-orange { + background-color: rgba(241, 114, 46, 0.8); + color: #fff; + } + + .table-footer .col-green { + background-color: rgba(29, 119, 8, 0.8); + color: #fff; + } + + .table-footer .col-yellow { + background-color: rgba(231, 211, 108, 0.8); + color: #fff; + } + + .table-footer .col-blueviolet { + background-color: rgba(155, 62, 229, 0.8); + color: #fff; + } + + .table-footer .col-greenyellow { + background-color: rgba(12, 238, 62, 0.8); + color: #fff; + } + .my-menus { background-color: #F8F8F9; } @@ -194,6 +238,7 @@ - + {# #}
searchProps.some(key => XEUtils.toValueString(item[key]).toLowerCase().indexOf(filterName) > -1), options)#} - {# XEUtils.eachTree(rest, item => {#} - {# searchProps.forEach(key => {#} - {# item[key] = XEUtils.toValueString(item[key]).replace(filterRE, match => `${match}`)#} - {# })#} - {# }, options)#} - {# this.list2 = rest#} - {# // 搜索之后默认展开所有子节点#} - {# this.$nextTick(() => {#} - {# this.$refs.xTree.setAllTreeExpand(true)#} - {# })#} - {# } else {#} - {# this.list2 = this.tableData2#} - {# }#} - //, } }) ;