Commit d75fc513 authored by GuanHua's avatar GuanHua

fix: 限制移动端装修导航名称文字长度

parent 8a96f766
......@@ -32,7 +32,7 @@ export interface SiteInfo {
name: string;
logo: string;
siteUrl: string;
symbol: string;
symbol?: any;
}
export interface Global {
......
......@@ -13,6 +13,9 @@ export const cardNavSchema: ISchema = {
name: {
type: 'string',
title: '名称',
"x-component-props": {
maxLength: 6
},
'x-rules': [
{
required: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment