|
|
@@ -1,6 +1,5 @@
|
|
|
-import xz from '@/views/components/PictureEditor/mixin/actions/images/xuanze.png'
|
|
|
-import tianjia from '@/views/components/PictureEditor/mixin/actions/images/tianjia.svg'
|
|
|
-import shanyibu from '@/views/components/PictureEditor/images/shanyibu.png'
|
|
|
+import xz from '@/views/components/PictureEditor/images/xz.svg'
|
|
|
+import shanyibu from '@/views/components/PictureEditor/images/shanyibu.svg'
|
|
|
|
|
|
|
|
|
let add = () => {
|
|
|
@@ -9,7 +8,7 @@ let add = () => {
|
|
|
<div class="add-action-wrap">
|
|
|
<div class="flex left w-full">
|
|
|
<div class="w-full" v-show="!disabled">
|
|
|
- <div class="text te-c fw-b add-action_title step-label"><div class="step-row_color small">调整工具</div></div>
|
|
|
+ <div class="text te-l fw-b add-action_title step-label mar-left-10 fs-16 line-40"><div class="step-row_color small">调整工具</div></div>
|
|
|
|
|
|
<el-button @click="toSelect" :type=" action == 'select' ? 'primary' : ''" class="mar-left-10">
|
|
|
<div class="icon flex"><img src="${xz}" class="icon"></div>
|
|
|
@@ -20,11 +19,11 @@ let add = () => {
|
|
|
<div>橡皮擦</div>
|
|
|
</el-button>-->
|
|
|
<el-button @click="toReset">
|
|
|
- <div class="icon flex"><img src="${shanyibu}" class="icon"></div>
|
|
|
+ <div class="icon flex"><img src="${shanyibu}" class="icon" style="width:22px; margin-left:5px;"></div>
|
|
|
<div>重置</div>
|
|
|
</el-button>
|
|
|
|
|
|
- <div class="text te-c fw-b add-action_title step-label"><div class="step-row_color small">新增素材</div></div>
|
|
|
+ <div class="text te-l fw-b add-action_title step-label mar-left-10 fs-16 line-40"><div class="step-row_color small">新增素材</div></div>
|
|
|
|
|
|
<el-button @click="toReset">
|
|
|
<UploadSlot background='none' ref="upload"
|