update 0.10.3

This commit is contained in:
hufeixiong
2021-11-24 15:04:01 +08:00
parent 0fe64cc6be
commit 04305772ec
9 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
## 0.10.3
修复左侧tab色差问题。
## 0.10.2 ## 0.10.2
修改timeline选中底色增加item类名方便修改。 修改timeline选中底色增加item类名方便修改。

View File

@@ -6,6 +6,10 @@ nav:
order: 6 order: 6
--- ---
## 0.10.3
修复左侧tab色差问题。
## 0.10.2 ## 0.10.2
修改timeline选中底色增加item类名方便修改。 修改timeline选中底色增加item类名方便修改。

View File

@@ -0,0 +1,3 @@
.ant-menu-title-content {
margin: 0 !important;
}

View File

@@ -13,6 +13,7 @@ This is the repository for DooringX.
- 🔥 Written in TypeScript - 🔥 Written in TypeScript
- 🛠️ Rich Features - 🛠️ Rich Features
- 🔩 Universal Plugin Interface - 🔩 Universal Plugin Interface
- 🏠 预览 [x.dooring](http://x.dooring.cn/editor/home)
# 简介 | Brief Intro # 简介 | Brief Intro
dooringx-lib 是 dooringx 的基座,是移除了 dooringx 插件的可视化拖拽框架。 dooringx-lib 是 dooringx 的基座,是移除了 dooringx 插件的可视化拖拽框架。
@@ -141,7 +142,7 @@ Contributions, issues and feature requests are welcome!.
### 技术交流 | Technical Communication ### 技术交流 | Technical Communication
<a href="http://x.dooring.cn/editor/static/qrcode.15924f99.png" target="_blank"><img src="http://x.dooring.cn/editor/static/qrcode.15924f99.png" width=260 />dooringx-lib交流群</a> <a href="https://user-images.githubusercontent.com/12525636/142570999-f3316751-d63b-4e41-b9c8-a1c2c95be515.png" target="_blank"><img src="https://user-images.githubusercontent.com/12525636/142570999-f3316751-d63b-4e41-b9c8-a1c2c95be515.png" width=260 />dooringx-lib交流群</a>
## License ## License

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.10.2", "version": "0.10.3",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js", "module": "dist/dooringx-lib.esm.js",

View File

@@ -202,7 +202,9 @@ function LeftConfig(props: LeftConfigProps) {
); );
})} })}
</Menu> </Menu>
<div className={`${styles.menu_footer} yh-menufooter`}>{props.footerConfig}</div> <div className={`${styles.menu_footer} yh-menufooter ant-menu-root ant-menu-vertical`}>
{props.footerConfig}
</div>
<Menu selectedKeys={[]}> <Menu selectedKeys={[]}>
<Menu.Item <Menu.Item
key="1" key="1"

View File

@@ -193,7 +193,6 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
position: relative;
bottom: 0; bottom: 0;
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "dooringx-plugin-template", "name": "dooringx-plugin-template",
"version": "0.10.2", "version": "0.10.3",
"description": "> TODO: description", "description": "> TODO: description",
"author": "yehuozhili <673632758@qq.com>", "author": "yehuozhili <673632758@qq.com>",
"homepage": "https://github.com/H5-Dooring/dooringx#readme", "homepage": "https://github.com/H5-Dooring/dooringx#readme",

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0", "@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0", "@svgr/rollup": "^5.5.0",
"dooringx-lib": "^0.10.2", "dooringx-lib": "^0.10.3",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1", "rollup-plugin-postcss": "^4.0.1",