luobisheng
2022-11-29 7f844f47d17755c05d773a3f4ff846ba13a72350
修改添加按钮样式
18个文件已修改
39 ■■■■■ 已修改文件
src/App.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/car/myIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/pool/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/fivepack/threepack/components/content.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/message/myIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/message/myIndex/update/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/message/mycontrol/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/sms/smsIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/sms/smsTemplate/createTemplate/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/sms/smsTemplate/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/video/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/baseSetting/user/components/header/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/bayonet/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/grid/components/header/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/handheldTerminal/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/loudspeaker/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/platform/cockpitManage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/platform/otherInterface/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -78,6 +78,11 @@
  color: #4b9bb7;
}
.button-addition {
  background-color: #eb5d01 !important;
  border: 1px solid #eb5d01 !important;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
src/views/operate/car/myIndex/index.vue
@@ -13,7 +13,7 @@
                    </div>
                </div>
                <div class="addCar">
                    <el-button type="primary" class="addBtn" @click="handleAddCar">添加车辆</el-button>
                    <el-button type="primary" class="addBtn button-addition" @click="handleAddCar">添加车辆</el-button>
                </div>
            </div>
        </header>
src/views/operate/disposal/casepool/pool/index.vue
@@ -16,7 +16,7 @@
                    </div>
                </div>
                <div class="addUser">
                    <el-button class="addBtn" type="primary" @click="dialogCreate = true">添加</el-button>
                    <el-button class="addBtn button-addition" type="primary" @click="dialogCreate = true">添加</el-button>
                    <!-- 选择登记类型 -->
                    <el-dialog :before-close="handleClose" :visible.sync="dialogCreate" title="请选择上报事件类型" width="45%"
                        v-if="dialogCreate">
src/views/operate/fivepack/threepack/components/content.vue
@@ -37,6 +37,7 @@
          v-if="isStorePage()"
          type="primary"
          icon="el-icon-plus"
          class="button-addition"
          @click="handleView(null, 'create')"
          >添加</el-button
        >
src/views/operate/message/myIndex/index.vue
@@ -37,7 +37,7 @@
            <div class="mainContent">
                <div class="main-nav">
                    <span>数据列表</span>
                    <el-button type="primary" icon="el-icon-plus" @click="handleOpera(null, 'create')">添加</el-button>
                    <el-button class="button-addition" type="primary" icon="el-icon-plus" @click="handleOpera(null, 'create')">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
src/views/operate/message/myIndex/update/index.vue
@@ -40,7 +40,7 @@
                  </el-option>
                </el-select>
              </div>
              <span class="message-add" @click="dialogCreate = true">
              <span class="message-add button-addition" @click="dialogCreate = true">
                添加栏目</span
              >
            </div>
src/views/operate/message/mycontrol/index.vue
@@ -4,7 +4,7 @@
            <div class="mainContent">
                <div class="main-nav">
                    <span>数据列表</span>
                    <el-button type="primary" icon="el-icon-plus" @click="dialogCreate = true">添加</el-button>
                    <el-button class="button-addition" type="primary" icon="el-icon-plus" @click="dialogCreate = true">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
src/views/operate/sms/smsIndex/index.vue
@@ -26,7 +26,7 @@
            <div class="mainContent">
                <div class="main-nav">
                    <span>数据列表</span>
                    <el-button type="primary" icon="el-icon-plus" @click="isShowDialog = true">添加</el-button>
                    <el-button class="button-addition" type="primary" icon="el-icon-plus" @click="isShowDialog = true">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
src/views/operate/sms/smsTemplate/createTemplate/index.vue
@@ -48,9 +48,10 @@
    data() {
        const validateMessageContent = (rule, value, callback) => {
          if (!value) {
            callback(new Error('请输入短信内容'))
            callback(new Error('请输入短信内容'));
          } else {
            this.$refs.user.clearValidate('body');
            callback();
          }
        }
        return {
src/views/operate/sms/smsTemplate/index.vue
@@ -26,7 +26,7 @@
            <div class="mainContent">
                <div class="main-nav">
                    <span>数据列表</span>
                    <el-button type="primary" icon="el-icon-plus" @click="isShowDialog = true; dialogType = 'create'">添加</el-button>
                    <el-button class="button-addition" type="primary" icon="el-icon-plus" @click="isShowDialog = true; dialogType = 'create'">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
src/views/operate/video/index.vue
@@ -25,7 +25,7 @@
            <el-button type="primary" @click="searchVideoList">查询</el-button>
          </div>
          <div class="findBtn">
            <el-button type="primary" @click="handleOpera(null, 'create')">添加视频</el-button>
            <el-button class="button-addition" type="primary" @click="handleOpera(null, 'create')">添加视频</el-button>
          </div>
        </div>
      </div>
src/views/systemSetting/baseSetting/user/components/header/index.vue
@@ -10,7 +10,7 @@
            </div>
            <div class="addUser">
                <!-- :before-close="handleClose" -->
                <el-button class="addBtn" type="primary" @click="dialogCreate = true">添加用户</el-button>
                <el-button class="addBtn button-addition" type="primary" @click="dialogCreate = true">添加用户</el-button>
                <el-dialog :visible.sync="dialogCreate" title="新增账户" width="60%" v-if="dialogCreate"
                    :before-close="handleClose">
                    <createUser @sendDialog="sendDialog" />
src/views/systemSetting/device/bayonet/index.vue
@@ -24,7 +24,7 @@
      <div class="main-content">
        <div class="main-title">
          <el-button
            class="el-icon-plus"
            class="el-icon-plus button-addition"
            type="primary"
            @click="showDialog(false, null)"
            >添加</el-button
src/views/systemSetting/device/grid/components/header/index.vue
@@ -10,7 +10,7 @@
            </div>
            <div class="addUser">
                <!-- :before-close="handleClose" -->
                <el-button class="addBtn" type="primary" @click="dialogCreate = true">添加用户</el-button>
                <el-button class="addBtn button-addition" type="primary" @click="dialogCreate = true">添加用户</el-button>
                <el-dialog :visible.sync="dialogCreate" title="新增网格员" width="60%" v-if="dialogCreate"
                    :before-close="handleClose">
                    <createUser @sendDialog="sendDialog" />
src/views/systemSetting/device/handheldTerminal/index.vue
@@ -23,7 +23,7 @@
    <main>
      <div class="main-content">
        <div class="main-title">
          <el-button class="el-icon-plus" type="primary" @click="handleAdd"
          <el-button class="el-icon-plus button-addition" type="primary" @click="handleAdd"
            >添加</el-button
          >
        </div>
src/views/systemSetting/device/loudspeaker/index.vue
@@ -23,7 +23,7 @@
    <main>
      <div class="main-content">
        <div class="main-title">
          <el-button class="el-icon-plus" type="primary" @click="handleAdd"
          <el-button class="el-icon-plus button-addition" type="primary" @click="handleAdd"
            >添加</el-button
          >
        </div>
src/views/systemSetting/platform/cockpitManage/index.vue
@@ -36,7 +36,7 @@
                      <el-button type="primary">导入</el-button>
                    </el-upload>
                    <el-button style="margin-left: 10px" type="primary" @click="exportTable">导出</el-button>
                    <el-button type="primary" @click="showAddDialog">添加</el-button>
                    <el-button class="button-addition" type="primary" @click="showAddDialog">添加</el-button>
                </div>
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
src/views/systemSetting/platform/otherInterface/index.vue
@@ -3,7 +3,7 @@
        <header>
            <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div>
            <div class="addInterface">
                <el-button class="add" @click="handleAdd">添加第三方接口</el-button>
                <el-button class="add button-addition" @click="handleAdd">添加第三方接口</el-button>
            </div>
        </header>
        <main>