This commit is contained in:
wangjinlei
2023-05-17 13:21:01 +08:00
parent 5ed3073b6e
commit f087543b0f
77 changed files with 10625 additions and 4542 deletions

View File

@@ -27,7 +27,7 @@ a {
.content-box {
position: absolute;
left: 250px;
left: 260px;
right: 0;
top: 70px;
bottom: 0;
@@ -512,8 +512,9 @@ a {
}
.kuang_communtion .kuang_communtion_conmt {
max-height: 350px;
overflow-y: auto;
/* max-height: 350px;
overflow-y: auto; */
word-break: normal;
}
.kuang_communtion_input {
@@ -625,6 +626,8 @@ a {
.talk_aued>.el-card {
margin: 8px 0 0 0;
max-height: 350px;
overflow-y: auto;
}
@@ -1055,3 +1058,16 @@ a {
.nullTable .is-scrolling-none {
display: none !important;
}
/* 表格超出 */
/* .el-tooltip__popper {
max-width:45%;
}
.el-tooltip__popper,
.el-tooltip__popper.is-dark {
background: rgb(48, 65, 86) !important;
color: #fff !important;
line-height: 24px;
} */