This commit is contained in:
2024-06-24 17:36:32 +08:00
parent 6cc4a65a3a
commit d9991596d7
12 changed files with 6245 additions and 1578 deletions

View File

@@ -153,6 +153,16 @@ $themeBgColor: #EDF6F5 !important;
-webkit-box-orient: vertical;
}
.hidden2 {
text-overflow: ellipsis;
// white-space: nowrap;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.form_input_box {
border: none !important;