mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
修复了暗色调下的编辑框样式问题
This commit is contained in:
parent
a42bcdf5e0
commit
3c1f6685b7
@ -1717,16 +1717,16 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
background-color: var(--panel-hover);
|
background-color: var(--panel-hover);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox[data-v-5b25a083] {
|
.ddei_pv_line_point_combox[data-v-2dc9ad73] {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox_disabled .textinput[data-v-5b25a083] {
|
.ddei_pv_line_point_combox_disabled .textinput[data-v-2dc9ad73] {
|
||||||
background-color: var(--panel-background);
|
background-color: var(--panel-background);
|
||||||
height: 28px;
|
height: 28px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox .textinput[data-v-5b25a083] {
|
.ddei_pv_line_point_combox .textinput[data-v-2dc9ad73] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
border: 0.5px solid var(--panel-border);
|
border: 0.5px solid var(--panel-border);
|
||||||
@ -1737,20 +1737,20 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox .textinput[data-v-5b25a083]:hover {
|
.ddei_pv_line_point_combox .textinput[data-v-2dc9ad73]:hover {
|
||||||
border: 1px solid var(--dot);
|
border: 1px solid var(--dot);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox .textinput .div_input[data-v-5b25a083] {
|
.ddei_pv_line_point_combox .textinput .div_input[data-v-2dc9ad73] {
|
||||||
flex: 1 1 calc(100% - 10px);
|
flex: 1 1 calc(100% - 10px);
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.ddei_pv_line_point_combox .textinput div[data-v-5b25a083] {
|
.ddei_pv_line_point_combox .textinput div[data-v-2dc9ad73] {
|
||||||
flex: 0 0 20px;
|
flex: 0 0 20px;
|
||||||
}
|
}
|
||||||
.icon[data-v-5b25a083] {
|
.icon[data-v-2dc9ad73] {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.ddei-pv-line-type-combox[data-v-739c83c3] {
|
.ddei-pv-line-type-combox[data-v-739c83c3] {
|
||||||
@ -3514,7 +3514,7 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
.ddei-core-dialog-textalign .content .group .group_content .icon[data-v-fe33bdea] {
|
.ddei-core-dialog-textalign .content .group .group_content .icon[data-v-fe33bdea] {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol[data-v-3576381a] {
|
||||||
display: none;
|
display: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
@ -3522,7 +3522,7 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
max-height: 220px;
|
max-height: 220px;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content[data-v-3576381a] {
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
border: 1px solid var(--panel-border);
|
border: 1px solid var(--panel-border);
|
||||||
background-color: var(--panel-background);
|
background-color: var(--panel-background);
|
||||||
@ -3533,13 +3533,13 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content-itempanel[data-v-3576381a] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
background: var(--toolbox-background);
|
background: var(--toolbox-background);
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item[data-v-3576381a] {
|
||||||
flex: 0 0 50px !important;
|
flex: 0 0 50px !important;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
@ -3549,24 +3549,24 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item[data-v-5962d4b2]:hover {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item[data-v-3576381a]:hover {
|
||||||
background: var(--toolbox-control-hover);
|
background: var(--toolbox-control-hover);
|
||||||
outline: var(--toolbox-control-hover-outline);
|
outline: var(--toolbox-control-hover-outline);
|
||||||
cursor: all-scroll;
|
cursor: all-scroll;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item .text[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item .text[data-v-3576381a] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.7vw;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--toolbox-control-title);
|
color: var(--toolbox-control-title);
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon[data-v-3576381a] {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon-html[data-v-5962d4b2] {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon-html[data-v-3576381a] {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
@ -3574,7 +3574,7 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon-html[data-v-5962d4b2] > * {
|
.ddei-core-dialog-choosecontrol-content-itempanel-item .icon-html[data-v-3576381a] > * {
|
||||||
width: 28px !important;
|
width: 28px !important;
|
||||||
height: 28px !important;
|
height: 28px !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
@ -5660,7 +5660,7 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol[data-v-6efaf3c8] {
|
||||||
border: 1px solid var(--panel-border);
|
border: 1px solid var(--panel-border);
|
||||||
box-shadow: 0px 2px 24px 0px hsla(0, 0%, 0%, 0.25);
|
box-shadow: 0px 2px 24px 0px hsla(0, 0%, 0%, 0.25);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@ -5674,13 +5674,13 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
color: var(--panel-title);
|
color: var(--panel-title);
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel[data-v-6efaf3c8] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
background: var(--toolbox-background);
|
background: var(--toolbox-background);
|
||||||
padding: 15px 15px 15px 15px;
|
padding: 15px 15px 15px 15px;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item[data-v-6efaf3c8] {
|
||||||
flex: 0 0 50px !important;
|
flex: 0 0 50px !important;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
@ -5690,24 +5690,24 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item[data-v-5bda071e]:hover {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item[data-v-6efaf3c8]:hover {
|
||||||
background: var(--toolbox-control-hover);
|
background: var(--toolbox-control-hover);
|
||||||
outline: var(--toolbox-control-hover-outline);
|
outline: var(--toolbox-control-hover-outline);
|
||||||
cursor: all-scroll;
|
cursor: all-scroll;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .text[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .text[data-v-6efaf3c8] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.7vw;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--toolbox-control-title);
|
color: var(--toolbox-control-title);
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon[data-v-6efaf3c8] {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon-html[data-v-5bda071e] {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon-html[data-v-6efaf3c8] {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
@ -5715,7 +5715,7 @@ var __publicField3 = (obj, key, value) => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon-html[data-v-5bda071e] > * {
|
.ddei-ext-dialog-quickchoosecontrol-group-itempanel-item .icon-html[data-v-6efaf3c8] > * {
|
||||||
width: 28px !important;
|
width: 28px !important;
|
||||||
height: 28px !important;
|
height: 28px !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
@ -34558,7 +34558,7 @@ to {
|
|||||||
initJSON.pvs.push(new Vector3(pvx - sx, pvy - sy, 1));
|
initJSON.pvs.push(new Vector3(pvx - sx, pvy - sy, 1));
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
initJSON.pvs = [new Vector3(0, 0, 1), new Vector3(ex - sx, ey - sx, 1)];
|
initJSON.pvs = [new Vector3(0, 0, 1), new Vector3(ex - sx, ey - sy, 1)];
|
||||||
}
|
}
|
||||||
(_d2 = control.spvs) == null ? void 0 : _d2.forEach((spv) => {
|
(_d2 = control.spvs) == null ? void 0 : _d2.forEach((spv) => {
|
||||||
spv.x = (spv.x - sx) * stageRatio2;
|
spv.x = (spv.x - sx) * stageRatio2;
|
||||||
@ -50866,7 +50866,7 @@ to {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const QBTLinePointType_vue_vue_type_style_index_0_scoped_5b25a083_lang = "";
|
const QBTLinePointType_vue_vue_type_style_index_0_scoped_2dc9ad73_lang = "";
|
||||||
const _hoisted_1$N = { class: "div_input" };
|
const _hoisted_1$N = { class: "div_input" };
|
||||||
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
return vue.openBlock(), vue.createElementBlock("div", {
|
return vue.openBlock(), vue.createElementBlock("div", {
|
||||||
@ -50876,7 +50876,7 @@ to {
|
|||||||
class: "textinput",
|
class: "textinput",
|
||||||
onClick: _cache[0] || (_cache[0] = ($event) => $data.attrDefine && !$data.attrDefine.readonly && $options.showDialog($event))
|
onClick: _cache[0] || (_cache[0] = ($event) => $data.attrDefine && !$data.attrDefine.readonly && $options.showDialog($event))
|
||||||
}, [
|
}, [
|
||||||
vue.createElementVNode("div", _hoisted_1$N, vue.toDisplayString($data.text), 1),
|
vue.createElementVNode("div", _hoisted_1$N, vue.toDisplayString($props.editor.i18n($data.text)), 1),
|
||||||
_cache[1] || (_cache[1] = vue.createElementVNode("div", { style: { "display": "flex", "justify-content": "center", "align-items": "center" } }, [
|
_cache[1] || (_cache[1] = vue.createElementVNode("div", { style: { "display": "flex", "justify-content": "center", "align-items": "center" } }, [
|
||||||
vue.createElementVNode("svg", {
|
vue.createElementVNode("svg", {
|
||||||
class: "icon",
|
class: "icon",
|
||||||
@ -50888,7 +50888,7 @@ to {
|
|||||||
])
|
])
|
||||||
], 2);
|
], 2);
|
||||||
}
|
}
|
||||||
const QBTLinePointType = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-5b25a083"]]);
|
const QBTLinePointType = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-2dc9ad73"]]);
|
||||||
const _DDeiCoreEditLinePointTypeButton = class _DDeiCoreEditLinePointTypeButton extends DDeiPluginBase {
|
const _DDeiCoreEditLinePointTypeButton = class _DDeiCoreEditLinePointTypeButton extends DDeiPluginBase {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
@ -55828,7 +55828,7 @@ to {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const ChooseControlDialog_vue_vue_type_style_index_0_scoped_5962d4b2_lang = "";
|
const ChooseControlDialog_vue_vue_type_style_index_0_scoped_3576381a_lang = "";
|
||||||
const _hoisted_1$o = ["id"];
|
const _hoisted_1$o = ["id"];
|
||||||
const _hoisted_2$g = { class: "ddei-core-dialog-choosecontrol-content" };
|
const _hoisted_2$g = { class: "ddei-core-dialog-choosecontrol-content" };
|
||||||
const _hoisted_3$d = {
|
const _hoisted_3$d = {
|
||||||
@ -55874,7 +55874,7 @@ to {
|
|||||||
])
|
])
|
||||||
], 8, _hoisted_1$o)) : vue.createCommentVNode("", true);
|
], 8, _hoisted_1$o)) : vue.createCommentVNode("", true);
|
||||||
}
|
}
|
||||||
const ChooseControlDialog = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-5962d4b2"]]);
|
const ChooseControlDialog = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-3576381a"]]);
|
||||||
const _DDeiCoreChooseControlDialog = class _DDeiCoreChooseControlDialog extends DDeiPluginBase {
|
const _DDeiCoreChooseControlDialog = class _DDeiCoreChooseControlDialog extends DDeiPluginBase {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
@ -82883,7 +82883,7 @@ Body`,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const QuickChooseControlDialog_vue_vue_type_style_index_0_scoped_5bda071e_lang = "";
|
const QuickChooseControlDialog_vue_vue_type_style_index_0_scoped_6efaf3c8_lang = "";
|
||||||
const _hoisted_1$1 = ["id"];
|
const _hoisted_1$1 = ["id"];
|
||||||
const _hoisted_2$1 = { class: "ddei-ext-dialog-quickchoosecontrol-group" };
|
const _hoisted_2$1 = { class: "ddei-ext-dialog-quickchoosecontrol-group" };
|
||||||
const _hoisted_3$1 = {
|
const _hoisted_3$1 = {
|
||||||
@ -82931,7 +82931,7 @@ Body`,
|
|||||||
}), 256))
|
}), 256))
|
||||||
], 8, _hoisted_1$1)) : vue.createCommentVNode("", true);
|
], 8, _hoisted_1$1)) : vue.createCommentVNode("", true);
|
||||||
}
|
}
|
||||||
const QuickChooseControlDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-5bda071e"]]);
|
const QuickChooseControlDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-6efaf3c8"]]);
|
||||||
const _DDeiExtQuickChooseControlDialog = class _DDeiExtQuickChooseControlDialog extends DDeiPluginBase {
|
const _DDeiExtQuickChooseControlDialog = class _DDeiExtQuickChooseControlDialog extends DDeiPluginBase {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<meta name="description" content="DDei在线设计器——简单、好用、免费的在线绘图和流程编排工具。流程设计、UML、思维导图、数据库设计、泳道图、时序图、类图、在线绘图、二次开发、API接口、协作!">
|
<meta name="description" content="DDei在线设计器——简单、好用、免费的在线绘图和流程编排工具。流程设计、UML、思维导图、数据库设计、泳道图、时序图、类图、在线绘图、二次开发、API接口、协作!">
|
||||||
<meta name="Keywords" content="流程设计,UML,思维导图,数据库设计,泳道图,时序图,类图,在线绘图,免费,二次开发,API接口,协作">
|
<meta name="Keywords" content="流程设计,UML,思维导图,数据库设计,泳道图,时序图,类图,在线绘图,免费,二次开发,API接口,协作">
|
||||||
<meta name="replace">
|
<meta name="replace">
|
||||||
<title>DDei-在线设计器V1.2.43</title>
|
<title>DDei-在线设计器V1.2.44</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
12
package-lock.json
generated
12
package-lock.json
generated
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "ddei-editor",
|
"name": "ddei-editor",
|
||||||
"version": "1.2.44-15",
|
"version": "1.2.44-17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ddei-editor",
|
"name": "ddei-editor",
|
||||||
"version": "1.2.44-15",
|
"version": "1.2.44-17",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node18": "^18.2.0",
|
"@tsconfig/node18": "^18.2.0",
|
||||||
"@types/node": "^18.17.6",
|
"@types/node": "^18.17.6",
|
||||||
"@vitejs/plugin-vue": "^4.2.3",
|
"@vitejs/plugin-vue": "^4.2.3",
|
||||||
"@vue/tsconfig": "^0.4.0",
|
"@vue/tsconfig": "^0.4.0",
|
||||||
"ddei-framework": "file:///Users/hoslay/work/ddei/ddei-framework/ddei-framework-1.2.44-15.tgz",
|
"ddei-framework": "file:///Users/hoslay/work/ddei/ddei-framework/ddei-framework-1.2.44-17.tgz",
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"typescript": "~5.1.6",
|
"typescript": "~5.1.6",
|
||||||
@ -496,9 +496,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ddei-framework": {
|
"node_modules/ddei-framework": {
|
||||||
"version": "1.2.44-15",
|
"version": "1.2.44-17",
|
||||||
"resolved": "file:../ddei-framework/ddei-framework-1.2.44-15.tgz",
|
"resolved": "file:../ddei-framework/ddei-framework-1.2.44-17.tgz",
|
||||||
"integrity": "sha512-vmYiQB8gMCHB2IRTikmHOHUAEPKodq60y+3mnBUANsov4ANh2wuHvnFN8DkW0Y3jhGGIXKs2hYihb63miEvqoA==",
|
"integrity": "sha512-11rmH0JGEPvGtRolhl2cmJwyv+PJ90R92mXI/1AD+V1JKhtwi2I7fgvS9wvbZIG5E3wKx/m3iDG1ztjm07ybsg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ddei-editor",
|
"name": "ddei-editor",
|
||||||
"version": "1.2.44-15",
|
"version": "1.2.44-17",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "hoslay <3697355039@qq.com>",
|
"author": "hoslay <3697355039@qq.com>",
|
||||||
@ -63,6 +63,6 @@
|
|||||||
"vite": "^4.4.6",
|
"vite": "^4.4.6",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vue-tsc": "^1.8.6",
|
"vue-tsc": "^1.8.6",
|
||||||
"ddei-framework": "file:///Users/hoslay/work/ddei/ddei-framework/ddei-framework-1.2.44-15.tgz"
|
"ddei-framework": "file:///Users/hoslay/work/ddei/ddei-framework/ddei-framework-1.2.44-17.tgz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
:class="{ 'ddei_pv_line_point_combox': true, 'ddei_pv_line_point_combox_disabled': !attrDefine || attrDefine.readonly }">
|
:class="{ 'ddei_pv_line_point_combox': true, 'ddei_pv_line_point_combox_disabled': !attrDefine || attrDefine.readonly }">
|
||||||
<div class="textinput" @click="attrDefine && !attrDefine.readonly && showDialog($event)">
|
<div class="textinput" @click="attrDefine && !attrDefine.readonly && showDialog($event)">
|
||||||
<div class="div_input">
|
<div class="div_input">
|
||||||
{{ text }}
|
{{ editor.i18n(text) }}
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex;justify-content: center;align-items: center;">
|
<div style="display:flex;justify-content: center;align-items: center;">
|
||||||
<svg class="icon" aria-hidden="true">
|
<svg class="icon" aria-hidden="true">
|
||||||
|
|||||||
@ -125,7 +125,7 @@ export default {
|
|||||||
.text {
|
.text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.7vw;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--toolbox-control-title);
|
color: var(--toolbox-control-title);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -281,7 +281,7 @@ export default {
|
|||||||
.text {
|
.text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.7vw;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--toolbox-control-title);
|
color: var(--toolbox-control-title);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user