.detection-table { .el-table td, .el-table th { padding: 12px 0; } .el-table .el-table__cell.is-center { padding-top: 4px; } .el-table th > .cell, .el-table .cell { padding-left: 0 !important; padding-right: 0 !important; line-height: 16px; } .el-table--enable-row-transition .el-table__body td, .el-table--border th { border-left: 0 !important; border-right: 0 !important; font-size: 12px; color: #353636; } .el-table--border th { font-family: NotoSansHans-Medium; font-weight: 500; padding: 0; } .el-table__header-wrapper { height: 32px !important; line-height: 32px !important; border-bottom: 1px solid #EBEEF5; } .el-table__body td { font-family: NotoSansSChineseRegular; font-weight: 400; } .el-table__row { height: 32px !important; } } .policy-library-tip { max-width: 180px; padding: 4px; .tip__header { color: #353636; font-weight: bold; font-size: 14px; } .tip__tags { display: flex; margin-top: 8px; .tip__tag { margin-right: 10px; padding: 2px 10px; background-color: #EBF7FA; color: #046ECA; box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02); border-radius: 12px; } } .tip__description { margin-top: 14px; color: #666; &.tip__description--non { color: #999; } } } .detection-tag-blue, .detection-tag-red, .detection-tag-gray, .detection-tag-status0, .detection-tag-status1 { display: inline-block; border-radius: 10px; font-family: NotoSansSChineseRegular; font-size: 12px; font-weight: 400; padding: 1px 12px; line-height: 20px; } .detection-tag-blue { background: rgba(56, 172, 210, 0.10); box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.02); color: #046ECA; } .detection-tag-red { background: rgba(226, 97, 84, 0.12); color: #E26154; } .detection-tag-gray { background: rgba(113, 113, 113, 0.12); color: #717171; } .detection-tag-status0 { font-weight: 500; background: rgba(113, 113, 113, 0.12); color: #717171; padding: 0 10px; } .detection-tag-status1 { font-weight: 500; background: rgba(126, 159, 84, 0.12); color: #7E9F54; padding: 0 10px; } .detection-table-library { font-size: 12px; color: #046ECA; font-weight: 400; }