优化平台角色菜单分配控件宽度
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
功能:渲染标准资源的新建、编辑和业务动作字段控件。
|
||||
版本:v1.4.0
|
||||
版本:v1.4.1
|
||||
-->
|
||||
<template>
|
||||
<div class="field-grid">
|
||||
@@ -325,8 +325,15 @@ function selectOptions(field: ResourceField) {
|
||||
}
|
||||
.relation-control {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
gap: 6px;
|
||||
}
|
||||
/* 关系选择器必须占满表单内容区,避免菜单等长名称被压成单字列。 */
|
||||
.relation-control :deep(.arco-select) {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
.relation-empty {
|
||||
display: grid;
|
||||
justify-items: center;
|
||||
|
||||
Reference in New Issue
Block a user