瀏覽代碼

修改button 样式

wuhb 6 月之前
父節點
當前提交
c2379802f8

+ 0 - 5
ygtx-ui/src/views/gxt/equipment/index.vue

@@ -51,7 +51,6 @@
       <!-- <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Plus"
           @click="handleAdd"
           v-hasPermi="['gxt:equipment:add']"
@@ -60,7 +59,6 @@
       <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleUpdate"
@@ -70,7 +68,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"
@@ -80,7 +77,6 @@
       <el-col :span="1.5">
         <el-button
           type="info"
-          plain
           icon="Upload"
           @click="handleImport"
           v-hasPermi="['gxt:equipment:import']"
@@ -89,7 +85,6 @@
       <el-col :span="1.5">
         <el-button
           type="warning"
-          plain
           icon="Download"
           @click="handleExport"
           v-hasPermi="['gxt:equipment:export']"

+ 0 - 2
ygtx-ui/src/views/gxt/gxtOrder/index.vue

@@ -65,7 +65,6 @@
       <!-- <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleUpdate"
@@ -75,7 +74,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"

+ 0 - 2
ygtx-ui/src/views/index.vue

@@ -16,13 +16,11 @@
           <el-button
             type="primary"
             icon="Cloudy"
-            plain
             @click="goTarget('https://gitee.com/y_project/RuoYi-Vue')"
             >访问码云</el-button
           >
           <el-button
             icon="HomeFilled"
-            plain
             @click="goTarget('http://ruoyi.vip')"
             >访问主页</el-button
           >

+ 0 - 5
ygtx-ui/src/views/monitor/job/index.vue

@@ -40,7 +40,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['monitor:job:add']"
@@ -49,7 +48,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -59,7 +57,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -69,7 +66,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['monitor:job:export']"
@@ -78,7 +74,6 @@
          <el-col :span="1.5">
             <el-button
                type="info"
-               plain
                icon="Operation"
                @click="handleJobLog"
                v-hasPermi="['monitor:job:query']"

+ 0 - 4
ygtx-ui/src/views/monitor/job/log.vue

@@ -60,7 +60,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -70,7 +69,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                @click="handleClean"
                v-hasPermi="['monitor:job:remove']"
@@ -79,7 +77,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['monitor:job:export']"
@@ -88,7 +85,6 @@
          <el-col :span="1.5">
             <el-button 
                type="warning" 
-               plain 
                icon="Close"
                @click="handleClose"
             >关闭</el-button>

+ 0 - 4
ygtx-ui/src/views/monitor/logininfor/index.vue

@@ -55,7 +55,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -65,7 +64,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                @click="handleClean"
                v-hasPermi="['monitor:logininfor:remove']"
@@ -74,7 +72,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Unlock"
                :disabled="single"
                @click="handleUnlock"
@@ -84,7 +81,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['monitor:logininfor:export']"

+ 0 - 3
ygtx-ui/src/views/monitor/operlog/index.vue

@@ -79,7 +79,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -89,7 +88,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                @click="handleClean"
                v-hasPermi="['monitor:operlog:remove']"
@@ -98,7 +96,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['monitor:operlog:export']"

+ 0 - 5
ygtx-ui/src/views/system/config/index.vue

@@ -49,7 +49,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:config:add']"
@@ -58,7 +57,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -68,7 +66,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -78,7 +75,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['system:config:export']"
@@ -87,7 +83,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Refresh"
                @click="handleRefreshCache"
                v-hasPermi="['system:config:remove']"

+ 0 - 2
ygtx-ui/src/views/system/dept/index.vue

@@ -30,7 +30,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:dept:add']"
@@ -39,7 +38,6 @@
          <el-col :span="1.5">
             <el-button
                type="info"
-               plain
                icon="Sort"
                @click="toggleExpandAll"
             >展开/折叠</el-button>

+ 0 - 5
ygtx-ui/src/views/system/dict/data.vue

@@ -40,7 +40,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:dict:add']"
@@ -49,7 +48,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -59,7 +57,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -69,7 +66,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['system:dict:export']"
@@ -78,7 +74,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Close"
                @click="handleClose"
             >关闭</el-button>

+ 0 - 5
ygtx-ui/src/views/system/dict/index.vue

@@ -54,7 +54,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:dict:add']"
@@ -63,7 +62,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -73,7 +71,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -83,7 +80,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['system:dict:export']"
@@ -92,7 +88,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Refresh"
                @click="handleRefreshCache"
                v-hasPermi="['system:dict:remove']"

+ 0 - 2
ygtx-ui/src/views/system/menu/index.vue

@@ -30,7 +30,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:menu:add']"
@@ -39,7 +38,6 @@
          <el-col :span="1.5">
             <el-button 
                type="info"
-               plain
                icon="Sort"
                @click="toggleExpandAll"
             >展开/折叠</el-button>

+ 0 - 3
ygtx-ui/src/views/system/notice/index.vue

@@ -39,7 +39,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:notice:add']"
@@ -48,7 +47,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -58,7 +56,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"

+ 0 - 4
ygtx-ui/src/views/system/post/index.vue

@@ -39,7 +39,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:post:add']"
@@ -48,7 +47,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -58,7 +56,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -68,7 +65,6 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['system:post:export']"

+ 0 - 3
ygtx-ui/src/views/system/role/authUser.vue

@@ -30,7 +30,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="openSelectUser"
                v-hasPermi="['system:role:add']"
@@ -39,7 +38,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="CircleClose"
                :disabled="multiple"
                @click="cancelAuthUserAll"
@@ -49,7 +47,6 @@
          <el-col :span="1.5">
             <el-button 
                type="warning" 
-               plain 
                icon="Close"
                @click="handleClose"
             >关闭</el-button>

+ 1 - 5
ygtx-ui/src/views/system/role/index.vue

@@ -53,7 +53,6 @@
          <el-col :span="1.5">
             <el-button
                type="primary"
-               plain
                icon="Plus"
                @click="handleAdd"
                v-hasPermi="['system:role:add']"
@@ -62,7 +61,6 @@
          <el-col :span="1.5">
             <el-button
                type="success"
-               plain
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
@@ -72,7 +70,6 @@
          <el-col :span="1.5">
             <el-button
                type="danger"
-               plain
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
@@ -82,13 +79,12 @@
          <el-col :span="1.5">
             <el-button
                type="warning"
-               plain
                icon="Download"
                @click="handleExport"
                v-hasPermi="['system:role:export']"
             >导出</el-button>
          </el-col>
-         <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
+         <!-- <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> -->
       </el-row>
 
       <!-- 表格数据 -->

+ 6 - 6
ygtx-ui/src/views/system/user/index.vue

@@ -39,21 +39,21 @@
 
             <el-row :gutter="10" class="mb8">
               <el-col :span="1.5">
-                <el-button type="primary" plain icon="Plus" @click="handleAdd" v-hasPermi="['system:user:add']">新增</el-button>
+                <el-button type="primary" icon="Plus" @click="handleAdd" v-hasPermi="['system:user:add']">新增</el-button>
               </el-col>
               <el-col :span="1.5">
-                <el-button type="success" plain icon="Edit" :disabled="single" @click="handleUpdate" v-hasPermi="['system:user:edit']">修改</el-button>
+                <el-button type="success" icon="Edit" :disabled="single" @click="handleUpdate" v-hasPermi="['system:user:edit']">修改</el-button>
               </el-col>
               <el-col :span="1.5">
-                <el-button type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['system:user:remove']">删除</el-button>
+                <el-button type="danger" icon="Delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['system:user:remove']">删除</el-button>
               </el-col>
               <el-col :span="1.5">
-                <el-button type="info" plain icon="Upload" @click="handleImport" v-hasPermi="['system:user:import']">导入</el-button>
+                <el-button type="info" icon="Upload" @click="handleImport" v-hasPermi="['system:user:import']">导入</el-button>
               </el-col>
               <el-col :span="1.5">
-                <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['system:user:export']">导出</el-button>
+                <el-button type="warning" icon="Download" @click="handleExport" v-hasPermi="['system:user:export']">导出</el-button>
               </el-col>
-              <right-toolbar v-model:showSearch="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
+              <!-- <right-toolbar v-model:showSearch="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> -->
             </el-row>
 
             <el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">

+ 0 - 5
ygtx-ui/src/views/tool/gen/index.vue

@@ -39,7 +39,6 @@
       <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Download"
           :disabled="multiple"
           @click="handleGenTable"
@@ -49,7 +48,6 @@
       <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Plus"
           @click="openCreateTable"
           v-hasRole="['admin']"
@@ -58,7 +56,6 @@
       <el-col :span="1.5">
         <el-button
           type="info"
-          plain
           icon="Upload"
           @click="openImportTable"
           v-hasPermi="['tool:gen:import']"
@@ -67,7 +64,6 @@
       <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleEditTable"
@@ -77,7 +73,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"

+ 0 - 4
ygtx-ui/src/views/worklog/projectModule/index.vue

@@ -27,7 +27,6 @@
       <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Plus"
           @click="handleAdd"
           v-hasPermi="['worklog:projectModule:add']"
@@ -36,7 +35,6 @@
       <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleUpdate"
@@ -46,7 +44,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"
@@ -56,7 +53,6 @@
       <el-col :span="1.5">
         <el-button
           type="warning"
-          plain
           icon="Download"
           @click="handleExport"
           v-hasPermi="['worklog:projectModule:export']"

+ 0 - 4
ygtx-ui/src/views/worklog/projectProcess/index.vue

@@ -27,7 +27,6 @@
       <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Plus"
           @click="handleAdd"
           v-hasPermi="['worklog:projectProcess:add']"
@@ -36,7 +35,6 @@
       <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleUpdate"
@@ -46,7 +44,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"
@@ -56,7 +53,6 @@
       <el-col :span="1.5">
         <el-button
           type="warning"
-          plain
           icon="Download"
           @click="handleExport"
           v-hasPermi="['worklog:projectProcess:export']"

+ 0 - 4
ygtx-ui/src/views/worklog/workProject/index.vue

@@ -27,7 +27,6 @@
       <el-col :span="1.5">
         <el-button
           type="primary"
-          plain
           icon="Plus"
           @click="handleAdd"
           v-hasPermi="['worklog:workProject:add']"
@@ -36,7 +35,6 @@
       <el-col :span="1.5">
         <el-button
           type="success"
-          plain
           icon="Edit"
           :disabled="single"
           @click="handleUpdate"
@@ -46,7 +44,6 @@
       <el-col :span="1.5">
         <el-button
           type="danger"
-          plain
           icon="Delete"
           :disabled="multiple"
           @click="handleDelete"
@@ -56,7 +53,6 @@
       <el-col :span="1.5">
         <el-button
           type="warning"
-          plain
           icon="Download"
           @click="handleExport"
           v-hasPermi="['worklog:workProject:export']"