|
@@ -9,8 +9,8 @@
|
|
|
<notice-icon class="action"/>
|
|
|
<!-- 皮肤设置 -->
|
|
|
<a-popover trigger="click">
|
|
|
- <div slot="content" :style="{width: '300px'}">
|
|
|
- <a-form-model :label-col="{ span: 8 }" :wrapper-col="{ span: 16 }">
|
|
|
+ <div slot="content" :style="{width: fontSize == 'large' ? '340px' : '300px'}">
|
|
|
+ <a-form-model :label-col="{ span: 9 }" :wrapper-col="{ span: 15 }">
|
|
|
<a-form-model-item label="主题">
|
|
|
<a-radio-group :value="theme" @change="changeTheme">
|
|
|
<a-radio-button value="dark">
|
|
@@ -36,7 +36,7 @@
|
|
|
</a-form-model-item>
|
|
|
<a-form-model-item label="默认针式打印机">
|
|
|
<div style="line-height: normal;padding-top: 10px;">
|
|
|
- <span>{{ printName ||'还未设置默认打印机' }}</span>
|
|
|
+ <span style="color: #999;">{{ printName ||'还未设置默认打印机' }}</span>
|
|
|
<div style="padding-top: 10px;">
|
|
|
<a-button type="danger" ghost @click="changePrintType('NEEDLE')" size="small">{{ printName ? '点击修改' : '选择打印机' }}</a-button>
|
|
|
</div>
|