🔱: [client] sync upgrade with 5 commits [trident-sync]

refactor: 1.9.2
perf: select 增加可输入示例
refactor: fs-admin menu center
build: 1.9.1
This commit is contained in:
GitHub Actions Bot
2023-03-01 19:24:17 +00:00
parent 2c10cedb34
commit 699ab168c1
4 changed files with 46 additions and 4 deletions
@@ -113,6 +113,11 @@ export default {
.fs-framework {
height: 100%;
overflow-x: hidden;
.menu-fold {
display: flex;
justify-content: center;
align-items: center;
}
.header-logo {
width: 100%;
height: 50px;
@@ -289,6 +289,26 @@ export default function ({ expose }) {
}
}
},
tags: {
title: "可输入",
sortable: true,
type: "dict-select",
form: {
component: {
mode: "tags"
}
},
dict: dict({
data: [
{ value: "sz", label: "深圳", color: "success" },
{ value: "gz", label: "广州" },
{ value: "wh", label: "武汉" },
{ value: "sh", label: "上海" },
{ value: "hz", label: "杭州" },
{ value: "bj", label: "北京", color: "red" }
]
})
},
statusSimple: {
title: "普通选择",
form: {