@@ -14,11 +14,8 @@
border-radius: 8px !important;
overflow-y: hidden;
.el-dialog__body {
- display: flex;
- flex-direction: column;
- gap: 10px;
width: 100%;
- max-height: calc(60vh - 100px);
+ max-height: calc(60vh - 180px);
overflow-y: auto;
}
@@ -49,7 +49,7 @@
if (newRefs) {
Object.keys(newRefs).forEach((key) => {
const el = newRefs[key];
- if (el.offsetHeight >= 86) {
+ if (el.offsetHeight >= 76) {
userGroupInfo.value![Number(key)].isHidden = true;
});
@@ -74,8 +74,9 @@
.user-info {
display: flex;
+ margin-bottom: 10px;
&.hidden {
- max-height: 86px;
+ max-height: 76px;
&.expanded {
@@ -84,7 +85,7 @@
&--left,
&--right {
- margin-top: 20px;
+ margin-top: 10px;
&--left {