🐛 修复样式源码文件
parent
95c9c3ced1
commit
7f4d39d27f
|
|
@ -2,7 +2,6 @@
|
||||||
@import url("../font/iconfont.css");
|
@import url("../font/iconfont.css");
|
||||||
|
|
||||||
@import url("pear-module/dtree/font/dtreefont.css");
|
@import url("pear-module/dtree/font/dtreefont.css");
|
||||||
@import url("pear-module/icon/iconfont.css");
|
|
||||||
@import url("pear-module/dtree/dtree.css");
|
@import url("pear-module/dtree/dtree.css");
|
||||||
@import url("pear-module/iconPicker.css");
|
@import url("pear-module/iconPicker.css");
|
||||||
@import url("pear-module/treetable.css");
|
@import url("pear-module/treetable.css");
|
||||||
|
|
|
||||||
|
|
@ -24,21 +24,21 @@ layui.config({
|
||||||
drawer: "drawer", // 抽屉弹层组件
|
drawer: "drawer", // 抽屉弹层组件
|
||||||
notice: "notice", // 消息提示组件
|
notice: "notice", // 消息提示组件
|
||||||
step:"step", // 分布表单组件
|
step:"step", // 分布表单组件
|
||||||
tag:"tag",
|
tag:"tag", // 多标签页组件
|
||||||
popup:"popup",
|
popup:"popup", // 弹层封装
|
||||||
iconPicker:"iconPicker",
|
iconPicker:"iconPicker", // 图表选择
|
||||||
treetable:"treetable",
|
treetable:"treetable", // 树状表格
|
||||||
dtree:"dtree",
|
dtree:"dtree", // 树结构
|
||||||
tinymce:"tinymce/tinymce",
|
tinymce:"tinymce/tinymce", // 编辑器
|
||||||
area:"area",
|
area:"area", // 省市级联
|
||||||
count:"count",
|
count:"count", // 数字滚动组件
|
||||||
topBar: "topBar",
|
topBar: "topBar", // 置顶组件
|
||||||
button: "button",
|
button: "button", // 加载按钮
|
||||||
design: "design",
|
design: "design", // 表单设计
|
||||||
dropdown: "dropdown",
|
dropdown: "dropdown", // 下拉组件
|
||||||
card: "card",
|
card: "card", // 数据卡片组件
|
||||||
loading: "loading",
|
loading: "loading", // 加载组件
|
||||||
cropper:"cropper",
|
cropper:"cropper", // 裁剪组件
|
||||||
convert:"convert",
|
convert:"convert", // 数据转换
|
||||||
context:"context"
|
context:"context" // 上下文组件
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -24,21 +24,21 @@ layui.config({
|
||||||
drawer: "drawer", // 抽屉弹层组件
|
drawer: "drawer", // 抽屉弹层组件
|
||||||
notice: "notice", // 消息提示组件
|
notice: "notice", // 消息提示组件
|
||||||
step:"step", // 分布表单组件
|
step:"step", // 分布表单组件
|
||||||
tag:"tag",
|
tag:"tag", // 多标签页组件
|
||||||
popup:"popup",
|
popup:"popup", // 弹层封装
|
||||||
iconPicker:"iconPicker",
|
iconPicker:"iconPicker", // 图表选择
|
||||||
treetable:"treetable",
|
treetable:"treetable", // 树状表格
|
||||||
dtree:"dtree",
|
dtree:"dtree", // 树结构
|
||||||
tinymce:"tinymce/tinymce",
|
tinymce:"tinymce/tinymce", // 编辑器
|
||||||
area:"area",
|
area:"area", // 省市级联
|
||||||
count:"count",
|
count:"count", // 数字滚动组件
|
||||||
topBar: "topBar",
|
topBar: "topBar", // 置顶组件
|
||||||
button: "button",
|
button: "button", // 加载按钮
|
||||||
design: "design",
|
design: "design", // 表单设计
|
||||||
dropdown: "dropdown",
|
dropdown: "dropdown", // 下拉组件
|
||||||
card: "card",
|
card: "card", // 数据卡片组件
|
||||||
loading: "loading",
|
loading: "loading", // 加载组件
|
||||||
cropper:"cropper",
|
cropper:"cropper", // 裁剪组件
|
||||||
convert:"convert",
|
convert:"convert", // 数据转换
|
||||||
context:"context"
|
context:"context" // 上下文组件
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue