chenlu
2024-09-19 f3a5ca51e3d61d99f8c39c42ebe5341efbf8ff29
标签样式页面样式调整
1个文件已修改
16 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -609,7 +609,7 @@
  <div style="height: 100%;width: 100%">
    <div style="height: 10%;width: 100%;float: left" @change="changePaperSize">
      <el-row>
        <el-col :span="5" >
        <el-col :span="6" >
          <el-button-group  >
            <el-button  v-for="(item,key) in paperTypes"  @click="changePaperSize(item,'list')"  >{{key}}</el-button>
            <el-popover placement="right" :width="250" trigger="click">
@@ -632,7 +632,7 @@
            </el-popover>
          </el-button-group>
        </el-col>
        <el-col :span="5">
        <el-col :span="6">
            <el-select v-model="tag" @change="changeTag" placeholder="标签模板列表" style="width: 140px" >
              <el-option
                  v-for="(tag,index) in tags"
@@ -651,7 +651,7 @@
            />
          </el-select>
        </el-col>
        <el-col :span="2">
        <el-col :span="3">
          <el-select v-model="stateValue" :placeholder="$t('processCard.pleaseSelect')" allow-create class="m-2" clearable
                     filterable style="width: 140px">
            <el-option
@@ -662,17 +662,11 @@
            />
          </el-select>
        </el-col>
        <el-col :span="1">
        <el-col :span="6">
          <el-button type="primary" @click="save">保存</el-button>
        </el-col>
        <el-col :span="1">
          <el-button type="warning" @click="clear">清空</el-button>
        </el-col>
        <el-col :span="1">
          <el-button :disabled="!tag.id" type="danger" @click="deleteTag">删除</el-button>
        </el-col>
        <el-col :span="1">
          <el-button type="danger" @click="htmlPrint">预览</el-button>
          <el-button type="primary" @click="htmlPrint">预览</el-button>
        </el-col>
      </el-row>