form.setFieldsValue({promptId: undefined})}
- className={watchedPromptId == null ? "meeting-create-template-card is-selected" : "meeting-create-template-card"}
- >
-
系统自动选择
- {watchedPromptId == null &&
-
}
-
-
{prompts.map(p => {
const isSelected = watchedPromptId === p.id;
return (
diff --git a/frontend/src/pages/access/permissions/index.less b/frontend/src/pages/access/permissions/index.less
index de1d354..5076cdc 100644
--- a/frontend/src/pages/access/permissions/index.less
+++ b/frontend/src/pages/access/permissions/index.less
@@ -99,7 +99,7 @@
.permissions-name-cell {
display: flex;
- width: 100%;
+ width: 80%;
min-width: 0;
}