.dialog_table.el-table{ width: 100%; background-color: transparent!important; thead tr, thead tr th{ // background: linear-gradient(0deg, rgba(2,115,233,0.3) 0%, rgba(2,115,233,0.1) 40%, rgba(2,115,233,0) 100%) !important; background-color: transparent!important; color: #FFFFFF; } th > .cell { font-size: 18PX; font-family: SimHei; font-weight: 400; color: #FFFFFF; white-space: pre; } tr { background-color: rgba(2, 115, 233, 0.05); } tr:nth-of-type(2n+1){ background-color: rgba(2, 115, 233, 0.1); } //改变ht和elment表格鼠标经过高亮时的背景颜色 tbody tr:hover > td, tbody tr:hover > td{ background-color: rgba(2, 115, 233, 0.3)!important; } .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell { background-color: rgba(2, 115, 233, 0.3); } th.el-table__cell.is-leaf,td.el-table__cell { border-bottom: 4PX solid #01215a !important; } ::-webkit-scrollbar { width: 18PX; height: 18PX; background-color: #01215a; } ::-webkit-scrollbar-corner { background: #01215a; } td > .cell { font-size: 18PX; font-family: SimHei; font-weight: 400; line-height: 140%; color: #D7F1FF!important; } td > .cell { div{ font-size: 18PX; } } .el-table__body tr.current-row > td.el-table__cell{ background-color: rgba(2, 115, 233, 0.5)!important; } } .dialog_table.el-table::before { content: ''; position: absolute; background-color: transparent!important; z-index: 1; } .dialog_table.el-table.el-table--border tbody tr:hover > td { background-color: rgba(2, 115, 233, 0.5)!important; } .dialog_table,.sub-page--expand, .sub-page-detail{ /* 设置滚动条的样式 */ ::-webkit-scrollbar { width: 8PX !important; //垂直方向上的宽 height: 8PX !important; //水平方向上的宽 } /* 滚动槽 */ ::-webkit-scrollbar-track { background-color: #01215a !important; } /* 滚动条滑块 */ ::-webkit-scrollbar-thumb { border-radius: 6PX; background-color: rgba(#fff, 0.1) !important; } /*滚动条交叉样式*/ ::-webkit-scrollbar-corner { background: #01215a !important; } } .dialog-table-container{ height: calc(100% - 10PX); margin-top: 10PX; .pagenation{ margin-top: 20PX; } } .sub-page-inner{ display: flex; gap: 40PX; } .sub-table-container{ height: 100%; width: 45%; .table-content{ height: calc(100% - 70PX); width: 100%; } .el-input__inner { background-color: rgba(1, 47, 115, 0.6); border: 1PX solid #0273E9; color: #D7F1FF; } .search-label{ color: #D7F1FF; font-size: 16PX; margin-bottom: 10PX; display: inline-block; } } .dialog_table .el-table__expanded-cell{ background-color: rgba(2, 115, 233, 0.3)!important; } .dialog_table .el-table__expand-icon{ color: #fff; } .sub-page-detail.full-detail{ width: 66%; margin: 0 auto; min-width: 800PX; } .sub-page-detail{ width: 55%; .de-con { width: 100%; height: 14PX; margin-top: 20PX; display: flex; justify-content: space-evenly; div { height: 100%; } img { height: 100%; } div:nth-child(3) { transform: rotateY(180deg); } } .title{ font-size: 18PX; width: 48%; color: #b1e3ff; font-weight: bold; text-align: center; margin-top: -6PX; } .sub-page--expand{ height: calc(100% - 90PX); margin-top: 30PX; overflow: auto; width: 100%; border-radius: 10PX; border: 2PX dashed rgba(2, 115, 233, 0.8); padding: 20PX; box-sizing: border-box; } .sub-page--expand .el-form-item__label { width: 80%; color: #4184f8; font-size: 18PX; font-weight: bold; font-family: SimHei; position: relative; padding-left: 10PX; } .sub-page--expand .el-form-item__label:before{ content: '\E791'; font-family: 'element-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; font-size: 14PX; color: #669cf8; margin-right: 6PX; } .sub-page--expand .el-form-item__label:after{ content: '\E791'; font-family: 'element-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; font-size: 14PX; color: #8cb3f6; position: absolute; left: 0; top: 50%; transform: translateY(-88%); } .sub-page--expand .el-form-item { margin-right: 0; margin-bottom: 10PX; width: 100%; background-color: rgba(2, 115, 233, 0.2); border-radius: 6PX; padding: 16PX; box-sizing: border-box; } .el-form-item__content{ color:#D7F1FF; line-height: 140%!important; font-size: 18PX; font-family: SimHei; span{ font-size: 18PX; font-family: SimHei; } } .file-item { display: flex; justify-content: space-between; width: 100%; padding: 2PX 10PX; padding-right: 5PX; border-radius: 2PX; a { margin-right: 8PX; user-select: none; } .file-name{ width: calc(100% - 100PX); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .file-btn{ display: inline-block; width: 140PX; } .file-btn.short{ width: 90PX; } } .file-item:hover { background-color: rgba(1, 33, 90,0.6); } }