Skip to content

Commit

Permalink
发布,修复代码编辑
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 12, 2023
1 parent 5b234e2 commit d573310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GoEasyDesigner/frontend/src/app11.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<el-collapse-item :title="$t('app.td_components')" name="2">
<el-row>
<el-col v-for="(item, index) in BoxComponentNames['tdesign']" :span="24" style="margin-bottom: 8px">
<t-button class="full-width-button" draggable="true"
<t-button theme="default" class="full-width-button" draggable="true"
style="width: 100%;"
@dragstart="拖拽开始($event, item,'td')"
>
Expand All @@ -97,7 +97,7 @@
<el-collapse-item :title="$t('app.Custom')" name="3">
<el-row>
<el-col v-for="(item, index) in 自定义组件名称列表" :span="24" style="margin-bottom: 8px">
<t-button class="full-width-button" draggable="true"
<t-button theme="default" class="full-width-button" draggable="true"
style="width: 100%;"
@dragstart="拖拽开始_自定义组件($event, item,'el')"
>
Expand Down
2 changes: 1 addition & 1 deletion GoEasyDesigner/frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function loadEidtCode(){

}

// loadEidtCode()
loadEidtCode()


app.config.warnHandler = function (msg, vm, trace) {
Expand Down

0 comments on commit d573310

Please sign in to comment.