.items{ padding: 30px; margin-bottom: 20px; } .bgc{ background: #fff; } .projectMessage{ padding: 30px; } .bgc{ background: #fff; } .title{ display: flex; align-items: center; margin-bottom: 20px; .text { font-size: 20px; font-weight: bold; margin-left: 10px; } .icon { width: 40px; height: 40px; display: inline-block; background-image: url('../../../../assets/img/w-jbxx-icon.png'); background-size: 100% 100%; background-repeat: no-repeat; } } /deep/ .el-dialog__title{ font-weight: bold; } /deep/ .el-tabs__item{ font-size: 18px !important; } /deep/ .el-table .cell,/deep/ .el-table .cell div{ font-size: 18px !important; } /deep/ .el-tabs__content{ background: #fff !important; } /deep/ .el-pager li { min-width: 22px; vertical-align:auto; } table { width: 100%; border-collapse: collapse; } table, table tr td { border: 1px solid #ebeef5; font-size: 18px; } table tr td { padding:12px; // text-align: center; .descStyle{ font-size: 18px; } } .bgColor { background: #fafafa; color: #909399; // font-weight: bold; } //多行省略 .descStyle { margin: 0; overflow: hidden; text-overflow: ellipsis; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 1; //行数 -webkit-box-orient: vertical; } .flexEnd { display: flex; justify-content: flex-end; margin-top: 10px; margin-right: 5px; .end { display: flex; flex-direction: column; color: #33333385; span{ font-size: 16px; } } } /deep/ .el-tab-pane .table-box,.table-box{ height: 400px; display: flex; justify-content: center; align-items: center; } /deep/ .el-link--inner{ font-size: 18px; } .a-link { color: #409eff; font-size: 18px; &:hover { text-decoration: underline; cursor: pointer; } }