mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:48:13 +08:00
Merge pull request #7165 from igrowp/fix-style
Fix: 配置面板字体调整 & CRUD列支持fx
This commit is contained in:
commit
85810fea45
@ -321,6 +321,8 @@ $tooltip-bottom: '[data-tooltip][data-position=' bottom ']:hover:after';
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
--Tabs--line-active-fontSize: 14px;
|
--Tabs--line-active-fontSize: 14px;
|
||||||
--Tabs--line-fontSize: 14px;
|
--Tabs--line-fontSize: 14px;
|
||||||
|
--Tabs--line-hover-fontSize: 14px;
|
||||||
|
--Tabs--line-disabled-fontSize: 14px;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
&-fxIcon {
|
&-fxIcon {
|
||||||
> a {
|
> a {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -130,7 +130,7 @@
|
|||||||
}
|
}
|
||||||
&-fxIcon {
|
&-fxIcon {
|
||||||
> a {
|
> a {
|
||||||
font-size: 28px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,16 +101,15 @@ export class PlainPlugin extends BasePlugin {
|
|||||||
{
|
{
|
||||||
title: '基本',
|
title: '基本',
|
||||||
body: [
|
body: [
|
||||||
{
|
getSchemaTpl('textareaFormulaControl', {
|
||||||
|
name: 'tpl',
|
||||||
label: '内容',
|
label: '内容',
|
||||||
type: 'textarea',
|
mode: 'normal',
|
||||||
mode: 'col',
|
|
||||||
pipeIn: (value: any, data: any) =>
|
pipeIn: (value: any, data: any) =>
|
||||||
value || (data && data.text),
|
value || (data && data.text),
|
||||||
name: 'tpl',
|
|
||||||
description:
|
description:
|
||||||
'如果当前字段有值,请不要设置,否则覆盖。支持使用 <code>\\${xxx}</code> 来获取变量,或者用 lodash.template 语法来写模板逻辑。<a target="_blank" href="/amis/zh-CN/docs/concepts/template">详情</a>'
|
'如果当前字段有值,请不要设置,否则覆盖。支持使用 <code>\\${xxx}</code> 来获取变量,或者用 lodash.template 语法来写模板逻辑。<a target="_blank" href="/amis/zh-CN/docs/concepts/template">详情</a>'
|
||||||
},
|
}),
|
||||||
getSchemaTpl('placeholder', {
|
getSchemaTpl('placeholder', {
|
||||||
pipeIn: defaultValue('-'),
|
pipeIn: defaultValue('-'),
|
||||||
label: '占位符'
|
label: '占位符'
|
||||||
|
Loading…
Reference in New Issue
Block a user