|
@@ -375,7 +375,7 @@
|
|
|
<el-select v-model="bibForm.fontName" placeholder="字体" style="width: 100px">
|
|
|
<el-option label="黑体" value="simhei"></el-option>
|
|
|
<el-option label="宋体" value="simsun"></el-option>
|
|
|
- <el-option label="微软雅黑" value="microsoft-yahei"></el-option>
|
|
|
+ <el-option label="微软雅黑" value="yahei"></el-option>
|
|
|
</el-select>
|
|
|
<el-input-number v-model="bibForm.fontSize" :min="38" :max="198" placeholder="字体大小" style="width: 140px"></el-input-number>
|
|
|
<el-color-picker v-model="bibForm.fontColor" @change="handleFontColorChange"></el-color-picker>
|
|
@@ -410,26 +410,32 @@
|
|
|
}"
|
|
|
@mousedown="startDrag($event, 'barcode')"
|
|
|
>
|
|
|
- <svg width="100" height="30" viewBox="0 0 100 30">
|
|
|
- <rect x="0" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="4" y="0" width="1" height="30" fill="black" />
|
|
|
- <rect x="7" y="0" width="3" height="30" fill="black" />
|
|
|
- <rect x="12" y="0" width="1" height="30" fill="black" />
|
|
|
- <rect x="15" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="19" y="0" width="1" height="30" fill="black" />
|
|
|
- <rect x="22" y="0" width="3" height="30" fill="black" />
|
|
|
- <rect x="27" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="31" y="0" width="1" height="30" fill="black" />
|
|
|
- <rect x="34" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="37" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="42" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="46" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="49" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="50" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="52" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="54" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="58" y="0" width="2" height="30" fill="black" />
|
|
|
- <rect x="60" y="0" width="2" height="30" fill="black" />
|
|
|
+ <svg
|
|
|
+ t="1755833734016"
|
|
|
+ class="icon"
|
|
|
+ viewBox="0 0 1024 1024"
|
|
|
+ version="1.1"
|
|
|
+ xmlns="http://www.w3.org/2000/svg"
|
|
|
+ p-id="2399"
|
|
|
+ width="32"
|
|
|
+ height="32"
|
|
|
+ >
|
|
|
+ <path
|
|
|
+ d="M540.9 866h59v59h-59v-59zM422.8 423.1V98.4H98.1v324.8h59v59h59v-59h206.7z m-265.7-59V157.4h206.7v206.7H157.1z m0 0"
|
|
|
+ p-id="2400"
|
|
|
+ ></path>
|
|
|
+ <path
|
|
|
+ d="M216.2 216.4h88.6V305h-88.6v-88.6zM600 98.4v324.8h324.8V98.4H600z m265.7 265.7H659V157.4h206.7v206.7z m0 0"
|
|
|
+ p-id="2401"
|
|
|
+ ></path>
|
|
|
+ <path
|
|
|
+ d="M718.1 216.4h88.6V305h-88.6v-88.6zM216.2 718.3h88.6v88.6h-88.6v-88.6zM98.1 482.2h59v59h-59v-59z m118.1 0h59.1v59h-59.1v-59z m0 0"
|
|
|
+ p-id="2402"
|
|
|
+ ></path>
|
|
|
+ <path
|
|
|
+ d="M275.2 600.2H98.1V925h324.8V600.2h-88.6v-59h-59v59z m88.6 59.1V866H157.1V659.3h206.7z m118.1-531.4h59v88.6h-59v-88.6z m0 147.6h59v59h-59v-59zM659 482.2H540.9v-88.6h-59v88.6H334.3v59H600v59h59v-118z m0 118h59.1v59H659v-59z m-177.1 0h59v88.6h-59v-88.6z m0 147.7h59V866h-59V747.9zM600 688.8h59V866h-59V688.8z m177.1-88.6h147.6v59H777.1v-59z m88.6-118h59v59h-59v-59z m-147.6 0h118.1v59H718.1v-59z m0 206.6h59v59h-59v-59z m147.6 59.1h-29.5v59h59v-59h29.5v-59h-59v59z m-147.6 59h59V866h-59v-59.1z m59 59.1h147.6v59H777.1v-59z m0 0"
|
|
|
+ p-id="2403"
|
|
|
+ ></path>
|
|
|
</svg>
|
|
|
</div>
|
|
|
|
|
@@ -437,9 +443,9 @@
|
|
|
<div
|
|
|
class="event-name-preview"
|
|
|
:style="{
|
|
|
- fontSize: Math.round(bibForm.fontSize * 0.8) + 'px',
|
|
|
- color: bibForm.fontColorHex,
|
|
|
- fontFamily: bibForm.fontName
|
|
|
+ fontSize: 32 + 'px',
|
|
|
+ color: 'black',
|
|
|
+ fontFamily: '黑体'
|
|
|
}"
|
|
|
>
|
|
|
赛事名称
|