hoeditor-web 2.0.94 → 2.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/hoeditor.common.js +639 -316
- package/lib/hoeditor.css +1 -1
- package/lib/hoeditor.umd.js +639 -316
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.css
CHANGED
|
@@ -103,7 +103,7 @@ canvas[data-v-4ca2496a] {
|
|
|
103
103
|
.table-row-modal[data-v-3bd61b91]{z-index:2000;width:420px}.table-row-modal .footer[data-v-3bd61b91]{margin:20px 0 0 0;text-align:center}
|
|
104
104
|
.text-modal{z-index:2000;width:470px;height:614px;background:#fff}.text-modal .el-checkbox,.text-modal .el-checkbox:last-of-type{margin:0 10px 0 0}.text-modal .line{width:423px;height:1px;background:#bbb;margin:5px auto}.text-modal .el-tabs{margin:0 auto;width:443px}.text-modal .modal-content .el-tabs{min-height:338px}.text-modal .control-list .control-item{padding:2px 10px}.text-modal fieldset{padding:2px 10px 10px}.text-modal fieldset legend{margin:0}.text-modal .ho-toolbar{-webkit-box-shadow:none;box-shadow:none}.text-modal .ho-toolbar .tabs-active-bar{display:block}.text-modal .main-bar li.selected{background-color:#fff;color:#409eff}.text-modal .sub-bar-box,.text-modal .sub-bar{overflow-y:auto;min-height:300px;height:476px}.text-modal .main-bar li:hover{background-color:#fff;color:#409eff}
|
|
105
105
|
.canvas-image[data-v-1e0a2026]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.canvas-image #loon_canvas_editor[data-v-1e0a2026]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:block;position:relative}.canvas-image #loon_canvas_editor #loon_canvas_editor_box[data-v-1e0a2026]{position:absolute;left:50%;top:50%;z-index:111;border:1px solid #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.canvas-image #loon_canvas_editor textarea[data-v-1e0a2026]{background:rgba(0,0,0,0);position:absolute;color:red;border:1px dashed #000;font-size:16px;z-index:1222;outline:none;padding:2px}
|
|
106
|
-
.view-image[data-v-
|
|
106
|
+
.view-image[data-v-7ab93c5e]{padding:20px 0;max-height:418px;max-width:418px;overflow:auto;margin:5px 0 10px 0;background:#f2f4f7;border:1px solid #f0f0f0;text-align:center;color:red;overflow-y:hidden}.view-image image[data-v-7ab93c5e]{background:#fff}.image-modal[data-v-7ab93c5e]{z-index:2000;background:#fff}.image-modal .control-list[data-v-7ab93c5e]{padding:0 20px;min-width:360px}.image-modal .footer[data-v-7ab93c5e]{margin:20px 0 0 0;text-align:center}.control-item .upload-image[data-v-7ab93c5e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.upload-image[data-v-7ab93c5e]{width:100%;height:36px;line-height:36px}.upload-image[data-v-7ab93c5e] .el-upload{text-align:left;width:100%;height:36px;line-height:36px}
|
|
107
107
|
#HoPrintToPDF{position:absolute;left:0;top:0;z-index:6666}#versionPoper{position:fixed;right:10px;top:10px;font-size:14px;z-index:10}#versionPoper span{font-size:14px}
|
|
108
108
|
.el-dropdown-menu[data-v-beffa98c] .el-dropdown-menu__item:focus,.el-dropdown-menu[data-v-beffa98c] .el-dropdown-menu__item:not(.is-disabled):hover{color:#000}.el-dropdown-menu p[data-v-beffa98c]{height:24px;line-height:24px}.el-dropdown-menu svg[data-v-beffa98c]{width:130px;height:60px}.el-dropdown-menu svg .text[data-v-beffa98c]{width:130px;height:60px}.el-dropdown-menu svg .text text[data-v-beffa98c]{height:16px;font-family:"微软雅黑"}
|
|
109
109
|
.ho-print-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0 0 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ho-print-content label{line-height:30px;margin:0;padding:0;text-align:left}.ho-print-content .el-radio__label{font-size:14px}.ho-print-content .el-input{width:64%}.ho-print-content .ho-print-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ho-print-content .ho-print-error{font-size:14px;color:red;width:100%;text-align:right;line-height:30px}.ho-print-content .ho-print-title{font-size:12px;color:#66b3ff;width:100%;text-align:right;line-height:20px}
|