| | |
| | | <h1>{{$t('values_title')}}</h1> |
| | | </el-header> |
| | | <el-main class="" style="padding-top: 3%;"> |
| | | <div> |
| | | {{$t('values_title_description')}} |
| | | <div v-html="$t('values_title_description')"> |
| | | </div> |
| | | <div style="display: flex;justify-content: flex-start;padding: 10px 0;"> |
| | | <el-button @click="step1_start" type="primary" round v-if="!step1Start">{{$t('start')}}</el-button> |
| | |
| | | <el-container class="app-item-contain step3" v-if="step === 'step3'"> |
| | | <el-main class=""> |
| | | <div style="position: fixed;z-index: 999; width:90%; top: 56px;"> |
| | | <div style="display: flex;justify-content: flex-end;"> |
| | | <div style="display: flex;justify-content: flex-end;padding: 10px;background-color: #f5f7fa;"> |
| | | <div style="padding-right: 20px;" v-html="$t('values_pic_tmpArea_desc')"></div> |
| | | <div style="padding: 0 10px;">{{$t('values_pic_tmpArea')}}</div> |
| | | <draggable animation="300" class="pic-tmparea-div" |
| | | style="background-color: #f5f7fa;border: 1px solid gray;padding: 10px;width: 50%;" |
| | | style="border: 1px solid gray;padding: 10px;width: 50%;" |
| | | :list="step3EWEIArea[0]" :options="{group:{name:'EWEIArea',pull:'clone'}}" |
| | | @start="ev=>step3TmpAreaStart(ev,0)" |
| | | @end="step3TmpAreaMoveEnd"> |