Skip to content

Commit 55b269b

Browse files
committed
fix: 简单表格渲染问题修复+富文本添加插入图片菜单
1 parent b1a173d commit 55b269b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "print-template-designer",
3-
"version": "0.1.9",
3+
"version": "0.1.11",
44
"private": false,
55
"author": {
66
"email": "admin@royians.cn",

src/components/PageComponents/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export const StyledStar = styled('div', starProps)`
266266

267267
export const StyledSimpleTable = styled('div', simpleTableProps)`
268268
width: 100%;
269-
height: 100%;
269+
height: auto;
270270
position: ${(props) => (props.isRelative ? 'relative' : 'absolute')};
271271
border: none;
272272
padding: 0;

src/components/config/editorConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const toolBarConfig = {
7878
'justifyCenter',
7979
'justifyJustify',
8080
'lineHeight',
81+
'insertImage',
8182
'headerSelect',
8283
'header1',
8384
'header2',

src/components/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const install = function (Vue, opts = {}) {
4444
})
4545
}
4646
const Api = {
47-
version: 'ROY-PRINT-DESIGNER@0.1.9',
47+
version: 'ROY-PRINT-DESIGNER@0.1.11',
4848
PtdDesigner,
4949
PtdViewer,
5050
NightModeStore,

0 commit comments

Comments
 (0)