Kaynağa Gözat

2022年5月10日10:06:33

master
wq 3 yıl önce
ebeveyn
işleme
f90afe5acc

+ 3
- 3
src/components/SlidingBlockVerifyTwo/SlidingBlockVerifyTwo.vue Dosyayı Görüntüle

@@ -24,9 +24,9 @@
<div style="max-height: 200px;margin-bottom: 10px;">
<!-- 图片 -->
<img :src="SlideImgThreePng" class="as-radius-5px" style="height: 200px;width: 300px;">
<!-- 裁剪部分 -->
<canvas class="as-radius-5px" id="canvas-cut" :width="canWidth * 2" :height="canHeight * 2" style="position: relative;
background-color: #3FC0FC;z-index: 10;top: 0px;box-shadow: 1px 1px 2.5px #333;"
<!-- 裁剪部分 background-color: #3FC0FC; -->
<canvas class="as-radius-5px" id="canvas-cut" :width="canWidth * 2" :height="canHeight * 2"
style="position: relative;z-index: 10;top: 0px;box-shadow: 1px 1px 2.5px #333;"
:style="`left:${canLeft}px;top:${initTop}px;width: ${canWidth}px;height: ${canHeight}px;`">
</canvas>
<!-- 阴影部分 -->

+ 1
- 1
src/crud/index.vue Dosyayı Görüntüle

@@ -43,7 +43,7 @@
<!-- 系统内容 -->
<el-form ref="ruleFormRef" :rules="rules" :model="form">
<el-form-item v-for="(item,index) in tableFrom.field" :label="item.label" :prop="item.prop"
:label-width="formLabelWidth">
:label-width="formLabelWidth" >
<!-- 输入框 -->
<div style="width: 100%;" v-if="item.form.type === 'input'">
<el-input v-model="form[item.prop]" :type="item.itemType"

Loading…
İptal
Kaydet