@@ -323,4 +323,48 @@ export default {
}
}
}
+//重写表格部分样式
+/deep/ .el-table .el-table__expand-icon{
+ width: 50px !important;
+ height: 50px;
+ font-size: 30px;
+ font-weight: bold;
+ line-height: 50px;
+ display: inline-flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ align-items: center;
+ justify-content: center;
+}
+/deep/ .el-table__row.el-table__row--level-1{
+ background: #fff5f3!important;
+
+ .up-content{
+ display: none!important;
+ }
+ .user-content{
+ --user-content-height-: 60px!important;
+ .user-info{
+
+ .nickname{
+ font-size: 13px!important;
+ font-weight: unset!important;
+ .user-id{
+ height: 15px;
+ line-height: 16px;
+ font-size: 12px;
+ padding: 0 3px;
+ border-radius: 3px;
+ }
+ }
+ .agent-type-text{
+ .el-tag--small{
+ height: 15px !important;
+ line-height: 15px!important;
+ padding: 0 3px!important;
+ }
+ }
+ }
+ }
+}