mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:52:20 +08:00
🔱: [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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user