Browse Source

全局修改表格样式及按钮样式

V1.0
mk 2 years ago
parent
commit
9e374cd502
  1. 76
      src/assets/scss/buttonstyle.scss
  2. 3
      src/assets/scss/modules/management/list-main.scss
  3. 2
      src/views/modules/base/huji/houseChange/houseChangeList.vue
  4. 44
      src/views/modules/communityParty/elegant/index.vue
  5. 2
      src/views/modules/communityParty/heart/heartAudit.vue
  6. 2
      src/views/modules/communityParty/heart/heartFinish.vue
  7. 11
      src/views/modules/communityParty/heart/heartList.vue
  8. 2
      src/views/modules/communityParty/heart/heartPerson.vue
  9. 42
      src/views/modules/communityParty/members/index.vue
  10. 14
      src/views/modules/communityParty/members/points.vue
  11. 16
      src/views/modules/communityParty/orgActivity/activivityList/activivityList.vue
  12. 2
      src/views/modules/communityParty/orgActivity/activivityList/addRule.vue
  13. 16
      src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue
  14. 2
      src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue
  15. 9
      src/views/modules/communityParty/regionalParty/activitys.vue
  16. 14
      src/views/modules/communityParty/regionalParty/units.vue
  17. 15
      src/views/modules/communityParty/stas/index.vue
  18. 11
      src/views/modules/communityService/fuwujilu/fuwuList.vue
  19. 2
      src/views/modules/communityService/fuwujiluOld/fuwuList.vue
  20. 10
      src/views/modules/communityService/fuwuxiangmu/index.vue
  21. 11
      src/views/modules/communityService/fuwuzuzhi/index.vue
  22. 11
      src/views/modules/communityService/ninePlaces/inspect/inspect.vue
  23. 2
      src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue
  24. 12
      src/views/modules/communityService/ninePlaces/places/places.vue
  25. 9
      src/views/modules/communityService/ninePlaces/team/team.vue
  26. 10
      src/views/modules/communityService/shzz/index.vue
  27. 13
      src/views/modules/communityService/worklog/workLog.vue
  28. 17
      src/views/modules/cpts/base/index.vue
  29. 6
      src/views/modules/home/cpts/people-more.vue
  30. 29
      src/views/modules/partymember/icpartymemberpayrecorddetail.vue
  31. 33
      src/views/modules/partymember/icpartymemberpoint.vue
  32. 2
      src/views/modules/partymember/icpartyorgtree.vue
  33. 2
      src/views/modules/partymember/lookMember.vue
  34. 2
      src/views/modules/plugins/change/changedeath.vue
  35. 2
      src/views/modules/plugins/change/changerelocation.vue
  36. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  37. 2
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue
  38. 2
      src/views/modules/plugins/power/kernelhouseholdAddMember.vue
  39. 2
      src/views/modules/plugins/power/kernelhouseholdForm.vue
  40. 2
      src/views/modules/plugins/power/kernelhouseholdTable.vue
  41. 12
      src/views/modules/plugins/power/poweraxis.vue
  42. 2
      src/views/modules/plugins/power/servicestationTable.vue
  43. 30
      src/views/modules/plugins/rent/rentblacklist.vue
  44. 30
      src/views/modules/plugins/rent/rentcontractinfo.vue
  45. 30
      src/views/modules/plugins/rent/rentcontractreview.vue
  46. 37
      src/views/modules/plugins/rent/renthouse.vue
  47. 30
      src/views/modules/plugins/rent/renttenantinfo.vue
  48. 32
      src/views/modules/plugins/stats/factagencyuserhousedaily.vue
  49. 2
      src/views/modules/plugins/union/customerrelation.vue
  50. 2
      src/views/modules/secretaryLog/difficulty/difficultyList.vue
  51. 2
      src/views/modules/secretaryLog/humanisticCare/careList.vue
  52. 2
      src/views/modules/secretaryLog/workLog/index.vue
  53. 2
      src/views/modules/shequzhili/csgltc/csgl.vue
  54. 2
      src/views/modules/shequzhili/ggfwtc/ggfw.vue
  55. 2
      src/views/modules/shequzhili/issue/cpts/evaluationDetail.vue
  56. 14
      src/views/modules/shequzhili/statics/cEvent.vue
  57. 15
      src/views/modules/shequzhili/statics/gridEvent.vue
  58. 14
      src/views/modules/shequzhili/statics/index.vue
  59. 2
      src/views/modules/systemManagement/serviceMatter/service.vue
  60. 62
      src/views/modules/workPc/guidance/categoryList.vue
  61. 28
      src/views/modules/workPc/guidance/guidanceList.vue
  62. 32
      src/views/modules/workSys/demandCate.vue
  63. 28
      src/views/modules/workSys/elegantCate.vue
  64. 12
      src/views/modules/workSys/operAuth.vue
  65. 44
      src/views/modules/workSys/pointAditive/rule.vue
  66. 25
      src/views/modules/workSys/resiCate.vue
  67. 14
      src/views/modules/workSys/role/role.vue
  68. 28
      src/views/modules/workSys/workLog/list.vue
  69. 39
      src/views/modules/worklog/icworklog.vue

76
src/assets/scss/buttonstyle.scss

@ -29,7 +29,7 @@
//蓝色
.diy-button--blue {
background: #0056D6 !important;
border-radius: 2px !important;
border-radius: 3px !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
@ -202,18 +202,18 @@
//新增
.diy-button--add {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
background-color: #0056d6 !important;
border-color: #0056d6 !important;
}
.diy-button--add:hover {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
background-color: #0056d6 !important;
border-color: #0056d6 !important;
}
.diy-button--add:focus {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
background-color: #0056d6 !important;
border-color: #0056d6 !important;
}
//删除导入
@ -263,43 +263,43 @@
//table按钮样式
//查看
.div-table-button--detail {
color: #3e8ef7 !important;
text-decoration: underline !important;
}
// .div-table-button--detail {
// color: #3e8ef7 !important;
// text-decoration: underline !important;
// }
//修改
.div-table-button--edit {
color: #00a7a9 !important;
text-decoration: underline !important;
}
// //修改
// .div-table-button--edit {
// color: #00a7a9 !important;
// text-decoration: underline !important;
// }
//删除
.div-table-button--delete {
color: #d51010 !important;
text-decoration: underline !important;
}
// //删除
// .div-table-button--delete {
// color: #d51010 !important;
// text-decoration: underline !important;
// }
//查看
.div-table-button--detail--noline {
color: #3e8ef7 !important;
}
// //查看
// .div-table-button--detail--noline {
// color: #3e8ef7 !important;
// }
//更多
.div-table-button--more {
color: #333333 !important;
text-decoration: underline !important;
}
// //更多
// .div-table-button--more {
// color: #333333 !important;
// text-decoration: underline !important;
// }
//修改
.div-table-button--edit--noline {
color: #00a7a9 !important;
}
// //修改
// .div-table-button--edit--noline {
// color: #00a7a9 !important;
// }
//删除
.div-table-button--delete--noline {
color: #d51010 !important;
}
// //删除
// .div-table-button--delete--noline {
// color: #d51010 !important;
// }
//
.div-table-button--qr {

3
src/assets/scss/modules/management/list-main.scss

@ -342,3 +342,6 @@
overflow: hidden;
}
.div_btn{
display: flex;
}

2
src/views/modules/base/huji/houseChange/houseChangeList.vue

@ -126,7 +126,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

44
src/views/modules/communityParty/elegant/index.vue

@ -57,12 +57,13 @@
clearable></el-input>
</el-form-item>
<el-form-item>
<el-button class="diy-button--search"
size="small"
@click="handleSearch">查询</el-button>
<el-button class="diy-button--reset"
<el-button class="diy-button--blue"
size="small"
@click="resetForm('searchForm')">重置</el-button>
<el-button class="diy-button--white"
size="small"
@click="handleSearch">查询</el-button>
</el-form-item>
</el-form>
</div>
@ -70,10 +71,10 @@
<el-card class="resi-card-table">
<div class="resi-row-btn">
<el-button class="diy-button--add"
<el-button class="diy-button--blue"
size="small"
@click="handleAdd">新增</el-button>
<el-button class="diy-button--export"
<el-button class="diy-button--white"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
<el-upload :headers="$getElUploadHeaders()"
@ -89,10 +90,10 @@
:before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest">
<el-button size="small"
class="diy-button--delete"
class="diy-button--blue"
:loading="importLoading">{{importBtnTitle}}</el-button>
</el-upload>
<el-button class="diy-button--reset"
<el-button class="diy-button--white"
size="small"
:loading="exportBtn"
@click="handleExport">{{ exportBtnTitle }}</el-button>
@ -132,7 +133,7 @@
<el-button @click="handleEdit(scope.row, 'edit')"
type="text"
size="small"
class="btn-color-edit">修改</el-button>
class="btn-color-edit">编辑</el-button>
<el-popconfirm title="删除之后无法恢复,确认删除?"
@onConfirm="handleDel(scope.row)">
<el-button slot="reference"
@ -878,23 +879,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.form-wr {
.input-width {
@ -987,4 +976,7 @@ export default {
margin-top: 20px;
text-align: center;
}
.btn-color-del{
margin-left: 10px;
}
</style>

2
src/views/modules/communityParty/heart/heartAudit.vue

@ -14,7 +14,7 @@
@selection-change="selectionChange"
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column type="selection"
:selectable="checkSelect"

2
src/views/modules/communityParty/heart/heartFinish.vue

@ -41,7 +41,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}">
>
<el-table-column label="序号"
header-align="center"
align="center"

11
src/views/modules/communityParty/heart/heartList.vue

@ -57,12 +57,13 @@
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</el-form>
</div>
@ -76,7 +77,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

2
src/views/modules/communityParty/heart/heartPerson.vue

@ -7,7 +7,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

42
src/views/modules/communityParty/members/index.vue

@ -167,12 +167,13 @@
</el-form-item>
<el-form-item>
<el-button class="diy-button--search"
size="small"
@click="handleSearch">查询</el-button>
<el-button class="diy-button--reset"
<el-button class="diy-button--white"
size="small"
@click="resetForm('searchForm')">重置</el-button>
<el-button class="diy-button--blue"
size="small"
@click="handleSearch">查询</el-button>
</el-form-item>
</el-form>
</div>
@ -183,7 +184,7 @@
<el-button class="diy-button--add"
size="small"
@click="handleAdd">新增</el-button>
<el-button class="diy-button--export"
<el-button class="diy-button--white"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
<el-upload :headers="$getElUploadHeaders()"
@ -199,10 +200,10 @@
:before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest">
<el-button size="small"
class="diy-button--delete"
class="diy-button--add"
:loading="importLoading">{{importBtnTitle}}</el-button>
</el-upload>
<el-button class="diy-button--reset"
<el-button class="diy-button--white"
size="small"
:loading="exportBtn"
@click="handleExport">{{ exportBtnTitle }}</el-button>
@ -215,7 +216,7 @@
border
:height="tableHeight"
style="width: 100%"
class="resi-table">
>
<el-table-column label="序号"
type="index"
align="center"
@ -900,23 +901,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.form-wr {
.input-width {
@ -1009,4 +998,7 @@ export default {
margin-top: 20px;
text-align: center;
}
.btn-color-del{
margin-left: 10px;
}
</style>

14
src/views/modules/communityParty/members/points.vue

@ -48,8 +48,8 @@
</el-form-item>
<el-form-item>
<el-button class="diy-button--search" size="small" @click="handleSearch">查询</el-button>
<el-button class="diy-button--reset" size="small" @click="resetForm('searchForm')">重置</el-button>
<el-button class="diy-button--white" size="small" @click="resetForm('searchForm')">重置</el-button>
<el-button class="diy-button--blue" size="small" @click="handleSearch">查询</el-button>
</el-form-item>
</el-form>
</div>
@ -586,11 +586,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {

16
src/views/modules/communityParty/orgActivity/activivityList/activivityList.vue

@ -92,12 +92,12 @@
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -115,18 +115,18 @@
size="small"
@click="handleAddSchedule">添加日程提醒</el-button> -->
<el-button style="float:left;margin-left:10px"
class="diy-button--delete"
class="diy-button--white"
size="small"
@click="deleteBatch">批量删除</el-button>
<el-button @click="handleExport"
class="diy-button--reset"
class="diy-button--add"
size="small">导出</el-button>
</div>
<el-table :data="tableData"
border
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
@select-all="selectAll"

2
src/views/modules/communityParty/orgActivity/activivityList/addRule.vue

@ -38,7 +38,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

16
src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue

@ -50,15 +50,15 @@
</el-option>
</el-select>
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -70,18 +70,18 @@
size="small"
@click="handleAddSchedule">添加日程提醒</el-button>
<el-button style="float:left;margin-left:10px"
class="diy-button--delete"
class="diy-button--white"
size="small"
@click="deleteBatch">批量删除</el-button>
<el-button @click="handleExport"
class="diy-button--reset"
class="diy-button--add"
size="small">导出</el-button>
</div>
<el-table :data="tableData"
border
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
@select-all="selectAll"

2
src/views/modules/communityParty/orgActivity/activivityList/yearplanList.vue

@ -51,7 +51,7 @@
<el-table :data="tableData"
border
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
:span-method="objectSpanMethod"

9
src/views/modules/communityParty/regionalParty/activitys.vue

@ -81,13 +81,13 @@
</el-form-item>
<el-button style="margin-left:10px"
class="diy-button--search"
class="diy-button--white"
size="small"
@click="handleSearch">查询</el-button>
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--blue"
size="small"
@click="resetSearch">重置</el-button>
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -125,7 +125,6 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

14
src/views/modules/communityParty/regionalParty/units.vue

@ -76,19 +76,20 @@
</el-form>
<el-row type="flex" style="margin: 0px">
<el-col span="24" align="right">
<el-button
style="margin-left: 10px;"
size="small"
type="primary"
@click="handleSearch"
>查询</el-button
@click="resetSearch"
class="diy-button--white"
>重置</el-button
>
<el-button
style="margin-left: 10px;"
size="small"
@click="resetSearch"
>重置</el-button
type="primary"
class="diy-button--blue"
@click="handleSearch"
>查询</el-button
>
</el-col>
</el-row>
@ -866,6 +867,7 @@ export default {
</script>
<style lang="scss" scoped >
@import "@/assets/scss/modules/management/list-main.scss";
@import "@/assets/scss/buttonstyle.scss";
.g-main {
width: 100%;
}

15
src/views/modules/communityParty/stas/index.vue

@ -35,21 +35,22 @@
end-placeholder="结束日期">
</el-date-picker>
</el-form-item>
<el-button style="margin-left:10px"
class="diy-button--search"
<el-button style="margin-left:30px"
class="diy-button--white"
size="small"
@click="handleSearch">查询</el-button>
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--add"
size="small"
@click="resetSearch">重置</el-button>
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
<div class="m-table">
<div class="div_btn">
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--add"
size="small"
@click="handleExport">导出</el-button>
</div>
@ -58,7 +59,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

11
src/views/modules/communityService/fuwujilu/fuwuList.vue

@ -100,12 +100,13 @@
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -125,7 +126,7 @@
<el-table :data="tableData"
border
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
:height="maxTableHeight">

2
src/views/modules/communityService/fuwujiluOld/fuwuList.vue

@ -122,7 +122,7 @@
<el-table :data="tableData"
border
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
:height="maxTableHeight">

10
src/views/modules/communityService/fuwuxiangmu/index.vue

@ -50,15 +50,14 @@
placeholder="请输入">
</el-input>
</el-form-item>
<el-button style="margin-left: 30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left: 10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -79,7 +78,6 @@
<el-table :data="tableData"
border
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
class="table"
style="width: 100%"
:height="maxTableHeight">

11
src/views/modules/communityService/fuwuzuzhi/index.vue

@ -50,15 +50,15 @@
placeholder="请输入">
</el-input>
</el-form-item>
<el-button style="margin-left: 30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left: 10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -79,7 +79,6 @@
<el-table :data="tableData"
border
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
class="table"
style="width: 100%"
:height="maxTableHeight">

11
src/views/modules/communityService/ninePlaces/inspect/inspect.vue

@ -80,12 +80,12 @@
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</el-form>
</div>
@ -99,7 +99,6 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"
@ -170,7 +169,7 @@
<el-table-column label="操作"
fixed="right"
width="140"
width="160"
header-align="center"
align="center"
class="operate">

2
src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue

@ -10,7 +10,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

12
src/views/modules/communityService/ninePlaces/places/places.vue

@ -74,15 +74,15 @@
</el-select>
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</el-form>
</div>
@ -96,7 +96,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

9
src/views/modules/communityService/ninePlaces/team/team.vue

@ -63,12 +63,12 @@
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -82,7 +82,6 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

10
src/views/modules/communityService/shzz/index.vue

@ -13,8 +13,8 @@
<el-input v-model="fmData.serviceTimeStr" placeholder="请输入" class="input-width" clearable></el-input>
</el-form-item>
<el-form-item>
<el-button class="diy-button--search" size="small" @click="handleSearch">查询</el-button>
<el-button class="diy-button--reset" size="small" @click="resetForm('fmData')">重置</el-button>
<el-button class="diy-button--white" size="small" @click="resetForm('fmData')">重置</el-button>
<el-button class="diy-button--add" size="small" @click="handleSearch">查询</el-button>
</el-form-item>
</el-form>
</div>
@ -83,7 +83,7 @@
size="small"
@click="handleAdd">新增
</el-button>
<el-button class="diy-button--search"
<el-button class="diy-button--white"
style="margin-left:10px"
size="small"
@click="handleExportModule('room')">下载模板
@ -99,7 +99,7 @@
:on-success="handleExcelSuccess"
:before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest">
<el-button class="diy-button--delete"
<el-button class="diy-button--add"
size="small"
:loading="importLoading">{{
importBtnTitle
@ -108,7 +108,7 @@
</el-upload>
<el-button @click="handleChu"
class="diy-button--reset"
class="diy-button--white"
size="small">导出
</el-button>
</div>

13
src/views/modules/communityService/worklog/workLog.vue

@ -84,14 +84,15 @@
end-placeholder="结束日期">
</el-date-picker>
</el-form-item>
<el-button style="margin-left:10px"
class="diy-button--search"
<el-button style="margin-left:30px"
class="diy-button--white"
size="small"
@click="handleSearch">查询</el-button>
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--add"
size="small"
@click="resetSearch">重置</el-button>
@click="handleSearch">查询</el-button>
</div>
</el-form>
</div>
@ -130,7 +131,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

17
src/views/modules/cpts/base/index.vue

@ -66,11 +66,11 @@
<el-button style="margin-left: 30px; margin-bottom: 20px"
size="small"
class="diy-button--search"
class="diy-button--add"
@click="handleSearch">查询</el-button>
<el-button style="margin-left: 10px; margin-bottom: 20px"
size="small"
class="diy-button--reset"
class="diy-button--white"
@click="resetSearch">重置</el-button>
</div>
</el-form>
@ -85,7 +85,7 @@
@click="handleAdd">新增</el-button>
<el-button v-if="mubanUrl"
class="u-btn-upload diy-button--export"
:class="addUrl?'diy-button--white':'diy-button--add'"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
@ -102,16 +102,16 @@
:before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest">
<el-button size="small"
class="u-btn-upload diy-button--delete">导入</el-button>
:class="mubanUrl?'diy-button--add':'diy-button--white'" style="margin-left:10px">导入</el-button>
</el-upload>
<el-button v-if="exportUrl"
@click="handleExport"
class="u-btn-upload diy-button--reset"
size="small">导出</el-button>
:class="importUrl?'diy-button--white':'diy-button--add'"
size="small" style="margin-left:10px">导出</el-button>
<el-button v-if="qrCodeExportUrl"
@click="handleExportQrcode"
class="u-btn-upload diy-button--reset"
:class="exportUrl?'diy-button--add':'diy-button--white'"
size="small">导出员工登记码</el-button>
<el-button v-if="delMultipleUrl"
size="small"
@ -119,11 +119,10 @@
<slot name="listBtn"
v-bind:multipleSelection="multipleSelection"></slot>
</div>
<!--" -->
<el-table ref="ref_table"
:data="tableData"
border
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
class="table"
style="width: 100%"
:height="maxTableHeight"

6
src/views/modules/home/cpts/people-more.vue

@ -133,7 +133,7 @@
:data="natList"
border
height="400"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
"
style="width: 100%">
<el-table-column label="序号"
header-align="center"
@ -168,7 +168,7 @@
:data="tripList"
border
height="400"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
"
style="width: 100%">
<el-table-column label="序号"
header-align="center"
@ -217,7 +217,7 @@
:data="vaccineList"
border
height="400"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

29
src/views/modules/partymember/icpartymemberpayrecorddetail.vue

@ -72,11 +72,12 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button class="diy-button--search" @click="getDataList()" size="small">{{ $t('query') }}</el-button>
<el-button class="diy-button--white" size="small" @click="resetForm">重置</el-button>
</el-form-item>
<el-form-item>
<el-button class="diy-button--reset" size="small" @click="resetForm">重置</el-button>
<el-button class="diy-button--add" @click="getDataList()" size="small">{{ $t('query') }}</el-button>
</el-form-item>
<!--<el-form-item>-->
<!--<el-button type="primary" @click="addOrUpdateHandle()">{{ $t('add') }}</el-button>-->
<!--</el-form-item>-->
@ -87,9 +88,9 @@
</el-card>
<el-card class="resi-card-table">
<div class="resi-row-btn">
<el-button type="warning" size="small" :loading="exportBtn" class="diy-button--reset" @click="exportHandle()">{{ $t('export') }}</el-button>
<el-button type="warning" size="small" :loading="exportBtn" class="diy-button--add" @click="exportHandle()">{{ $t('export') }}</el-button>
</div>
<el-table class="resi-table" :height="tableHeight" v-loading="dataListLoading" :data="dataList" border @selection-change="dataListSelectionChangeHandle" style="width: 100%;">
<el-table :height="tableHeight" v-loading="dataListLoading" :data="dataList" border @selection-change="dataListSelectionChangeHandle" style="width: 100%;">
<!--<el-table-column type="selection" header-align="center" align="center" width="50"></el-table-column>-->
<el-table-column label="序号" header-align="center" align="center" width="50px">
<template slot-scope="scope">
@ -284,25 +285,7 @@
<style lang="scss" scoped>
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
}
.form-wr {
.input-width {
width: 260px;

33
src/views/modules/partymember/icpartymemberpoint.vue

@ -67,24 +67,23 @@
>
</el-date-picker>
</el-form-item>
<el-form-item>
<el-button class="diy-button--white" size="small" @click="resetForm"
>重置</el-button
>
</el-form-item>
<el-form-item>
<el-button
class="diy-button--search"
class="diy-button--add"
@click="getDataList()"
size="small"
>{{ $t('query') }}</el-button
>
</el-form-item>
<el-form-item>
<el-button class="diy-button--reset" size="small" @click="resetForm"
>重置</el-button
>
</el-form-item>
</el-form>
</el-card>
<el-card class="resi-card-table">
<el-table
class="resi-table"
v-loading="dataListLoading"
:data="dataList"
border
@ -282,25 +281,7 @@ export default {
<style lang="scss" scoped>
@import '@/assets/scss/buttonstyle.scss';
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
}
.form-wr {
.input-width {
width: 260px;

2
src/views/modules/partymember/icpartyorgtree.vue

@ -13,7 +13,7 @@
:default-expand-all="true"
row-key="id"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
:height="tableHeight">
<el-table-column prop="partyOrgName" min-width="250" label="党组织名称"></el-table-column>
<el-table-column prop="partyOrgType" min-width="150" label="类别">

2
src/views/modules/partymember/lookMember.vue

@ -151,7 +151,7 @@
v-loading="tableLoading"
border
:height="tableHeight"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%"
class="resi-table">
<el-table-column label="序号"

2
src/views/modules/plugins/change/changedeath.vue

@ -91,7 +91,7 @@
<div class="u-table-btn1">
<el-button
size="small"
class="diy-button--white"
class="diy-button--blue"
@click="exportHandle()"
>{{ $t("export") }}</el-button
>

2
src/views/modules/plugins/change/changerelocation.vue

@ -177,7 +177,7 @@
<div class="u-table-btn1">
<el-button
size="small"
class="diy-button--white"
class="diy-button--blue"
@click="exportHandle()"
>{{ $t("export") }}</el-button
>

2
src/views/modules/plugins/point/icpointnucleicmonitoring.vue

@ -88,7 +88,7 @@
:data="dataList"
border
:row-key="row => { return row.id.toString() }"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
"
style="width: 100%; height: 564px;overflow: auto;">
<el-table-column label="序号"
header-align="center"

2
src/views/modules/plugins/point/icpointvaccinesinoculation.vue

@ -80,7 +80,7 @@
:data="dataList"
border
:row-key="row => { return row.id.toString() }"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
"
style="width: 100%; height: 564px;overflow: auto;">
<el-table-column label="序号"
header-align="center"

2
src/views/modules/plugins/power/kernelhouseholdAddMember.vue

@ -8,7 +8,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%"
highlight-current-row
@selection-change="selectionChange">

2
src/views/modules/plugins/power/kernelhouseholdForm.vue

@ -26,7 +26,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%"
@selection-change="selectionChange">
<el-table-column type="selection"

2
src/views/modules/plugins/power/kernelhouseholdTable.vue

@ -29,7 +29,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column prop="ownerName"
label="户主"

12
src/views/modules/plugins/power/poweraxis.vue

@ -21,13 +21,13 @@
size="small" />
</el-form-item>
<el-form-item>
<el-button type="primary"
icon="el-icon-search"
size="mini"
@click="getDataList()">搜索</el-button>
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--white"
size="small">重置</el-button>
<el-button type="primary"
size="small"
@click="getDataList()">搜索</el-button>
</el-form-item>
</el-form>
</div>
@ -45,7 +45,7 @@
:default-expand-all="true"
row-key="id"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}">
>
<el-table-column prop="name"
label="动力主轴"></el-table-column>
<el-table-column prop="categoryCode"

2
src/views/modules/plugins/power/servicestationTable.vue

@ -29,7 +29,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column prop="name"
label="服务站名称"

30
src/views/modules/plugins/rent/rentblacklist.vue

@ -208,23 +208,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

30
src/views/modules/plugins/rent/rentcontractinfo.vue

@ -453,23 +453,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

30
src/views/modules/plugins/rent/rentcontractreview.vue

@ -462,23 +462,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

37
src/views/modules/plugins/rent/renthouse.vue

@ -146,11 +146,12 @@
</el-date-picker>
</el-form-item>
<el-form-item>
<el-button type="primary" size="small" @click="getDataList()">{{ $t('query') }}</el-button>
<el-button class="diy-button--white" size="small" @click="resetForm">重置</el-button>
</el-form-item>
<el-form-item>
<el-button class="diy-button--reset" size="small" @click="resetForm">重置</el-button>
<el-button type="primary" size="small" @click="getDataList()">{{ $t('query') }}</el-button>
</el-form-item>
<!--<el-form-item>-->
<!--<el-button type="danger" @click="deleteHandle()">{{ $t('deleteBatch') }}</el-button>-->
<!--</el-form-item>-->
@ -159,7 +160,7 @@
<el-card class="resi-card-table">
<div style="margin-bottom: 13px;">
<el-button type="primary" size="small" @click="handleEdit()">{{ '购房登记' }}</el-button>
<el-button type="warning" size="small" @click="exportHandle()">{{ $t('export') }}</el-button>
<el-button type="primary" class="diy-button-white" size="small" @click="exportHandle()">{{ $t('export') }}</el-button>
</div>
<el-table v-loading="dataListLoading" :data="dataList" border @selection-change="dataListSelectionChangeHandle" style="width: 100%">
<el-table-column label="序号"
@ -526,23 +527,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

30
src/views/modules/plugins/rent/renttenantinfo.vue

@ -168,23 +168,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

32
src/views/modules/plugins/stats/factagencyuserhousedaily.vue

@ -50,7 +50,7 @@
class="diy-button--add"
size="small">总计</el-button>
<el-button @click="exportHandle"
class="diy-button--reset"
class="diy-button--white"
size="small">导出</el-button>
</div>
<el-table class="resi-table" v-loading="dataListLoading" :data="dataList" border @selection-change="dataListSelectionChangeHandle" style="width: 100%">
@ -254,23 +254,23 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
.form-wr {
.input-width {

2
src/views/modules/plugins/union/customerrelation.vue

@ -61,7 +61,7 @@
row-key="areaCode"
border
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
:height="tableHeight">
<el-table-column prop="areaName" label="区域名称"></el-table-column>
<el-table-column prop="customerName" label="客户名称" header-align="center" align="center"></el-table-column>

2
src/views/modules/secretaryLog/difficulty/difficultyList.vue

@ -69,7 +69,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

2
src/views/modules/secretaryLog/humanisticCare/careList.vue

@ -108,7 +108,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

2
src/views/modules/secretaryLog/workLog/index.vue

@ -65,7 +65,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

2
src/views/modules/shequzhili/csgltc/csgl.vue

@ -79,7 +79,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

2
src/views/modules/shequzhili/ggfwtc/ggfw.vue

@ -77,7 +77,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

2
src/views/modules/shequzhili/issue/cpts/evaluationDetail.vue

@ -3,7 +3,7 @@
<div class="dialog-h-content scroll-h">
<el-table :data="commentList"
border
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
class="table"
style="width: 100%"
:height="maxTableHeight">

14
src/views/modules/shequzhili/statics/cEvent.vue

@ -38,9 +38,8 @@
<el-form-item>
<el-button type="primary"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
<el-button class="diy-button--reset"
<el-button
size="small"
@click="resetForm('searchForm')">重置</el-button>
</el-form-item>
@ -52,7 +51,6 @@
class="diy-button--add"
size="small">总计</el-button>
<el-button @click="exportHandle"
class="diy-button--reset"
size="small"
:loading="exportLoading">导出</el-button>
</div>
@ -436,11 +434,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {

15
src/views/modules/shequzhili/statics/gridEvent.vue

@ -30,9 +30,8 @@
</el-date-picker>
</el-form-item>
<el-form-item>
<el-button type="primary" size="small" class="diy-button--search" @click="handleSearch">查询</el-button>
<el-button type="primary" size="small" class="diy-button--add" @click="handleSearch">查询</el-button>
<el-button
class="diy-button--reset"
size="small"
@click="resetForm('searchForm')"
>重置</el-button>
@ -45,7 +44,7 @@
class="diy-button--add"
size="small">总计</el-button> -->
<el-button @click="exportHandle"
class="diy-button--reset"
class="diy-button--add"
size="small" :loading="exportLoading">导出</el-button>
</div>
<el-table class="resi-table" v-loading="dataListLoading" :data="dataList" border style="width: 100%"
@ -336,11 +335,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {

14
src/views/modules/shequzhili/statics/index.vue

@ -36,9 +36,8 @@
/>
</el-form-item>
<el-form-item>
<el-button type="primary" size="small" class="diy-button--search" @click="handleSearch">查询</el-button>
<el-button type="primary" size="small" class="diy-button--add" @click="handleSearch">查询</el-button>
<el-button
class="diy-button--reset"
size="small"
@click="resetForm('searchForm')"
>重置</el-button>
@ -51,7 +50,6 @@
class="diy-button--add"
size="small">总计</el-button>
<el-button @click="exportHandle"
class="diy-button--reset"
size="small" :loading="exportLoading">导出</el-button>
</div>
<el-table class="resi-table" v-loading="dataListLoading" :data="dataList" border style="width: 100%"
@ -406,11 +404,11 @@ export default {
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
}
.resi-table {
::v-deep .el-button--text {

2
src/views/modules/systemManagement/serviceMatter/service.vue

@ -14,7 +14,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column prop="categoryName"

62
src/views/modules/workPc/guidance/categoryList.vue

@ -7,10 +7,10 @@
<el-button style="margin-left:10px"
type="primary"
size="small"
@click="handleSaveSort">保存顺序</el-button>
<el-button type="success"
@click="handleSaveSort" class="diy-button--white">保存顺序</el-button>
<el-button type="primary"
size="small"
@click="handleAdd">新增</el-button>
@click="handleAdd" class="diy-button-add">新增</el-button>
</div>
<el-table ref="roleTable"
v-loading="loading1"
@ -381,25 +381,25 @@ export default {
</script>
<style lang="scss" scoped>
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
}
// .resi-container .resi-card-table {
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);
// }
// }
// .resi-table {
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
// }
.role-container,
.role-flex {
display: flex;
@ -430,22 +430,4 @@ export default {
bottom: 30px;
right: 15px;
}
.resi-row-btn {
display: flex;
align-items: center;
margin-bottom: 13px;
.el-button {
margin-left: 10px;
border: 0;
}
.el-button--success {
background: rgba(34, 193, 195, 1);
}
.el-button--warning {
background: rgba(254, 179, 73, 1);
}
.el-button--danger {
background: rgba(254, 98, 82, 1);
}
}
</style>

28
src/views/modules/workPc/guidance/guidanceList.vue

@ -38,14 +38,14 @@
</el-form-item>
<el-form-item style="margin-left:10px">
<el-button size="small"
@click="loadData()"
class="diy-button--search"
type="primary">查询</el-button>
<el-button style="margin-left:10px"
class="diy-button--reset"
class="diy-button--white"
size="small"
@click="resetSearch">重置</el-button>
<el-button size="small"
@click="loadData()"
class="diy-button--add"
type="primary">查询</el-button>
</el-form-item>
<!-- <el-form-item v-if="isStaff"
style="margin-left:10px">
@ -370,23 +370,7 @@ export default {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-row-btn {
margin-bottom: 13px;
::v-deep .el-button {
// margin-left: 10px;
border: 0;
}
.el-button--success {
background: rgba(34, 193, 195, 1);
}
}
/* .register .el-table .el-table__header-wrapper {
position: absolute;
top: 0;

32
src/views/modules/workSys/demandCate.vue

@ -22,12 +22,12 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button class="diy-button--search"
<el-button class="diy-button--add"
size="small"
@click="handleSearch">查询</el-button>
</el-form-item>
<el-form-item>
<el-button class="diy-button--reset" size="small" @click="resetForm('searchForm')">重置</el-button>
<el-button class="diy-button--white" size="small" @click="resetForm('searchForm')">重置</el-button>
</el-form-item>
</el-form>
</div>
@ -464,10 +464,10 @@ export default {
<style lang="scss" scoped>
.resi-container .resi-card-table {
::v-deep .el-table {
th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
}
// th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// }
.cell {
span:nth-of-type(3) {
@ -479,16 +479,16 @@ export default {
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
</style>

28
src/views/modules/workSys/elegantCate.vue

@ -259,10 +259,10 @@ export default {
.resi-container .resi-card-table {
::v-deep .el-table {
th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
}
// th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// }
.cell {
@ -289,15 +289,15 @@ export default {
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
</style>

12
src/views/modules/workSys/operAuth.vue

@ -44,15 +44,15 @@
</el-input>
</el-form-item>
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
class="diy-button--add"
@click="handleSearch">查询</el-button>
</div>
</el-form>
@ -73,7 +73,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

44
src/views/modules/workSys/pointAditive/rule.vue

@ -435,10 +435,10 @@ export default {
<style lang="scss" scoped>
.resi-container .resi-card-table {
::v-deep .el-table {
th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
}
// th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// }
.cell {
span:nth-of-type(3) {
@ -450,24 +450,24 @@ export default {
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-2j {
margin-left: 10px;
color: #fdaf30;
}
::v-deep .btn-color-1j {
margin-left: 10px;
color: #3cb357;
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-2j {
// margin-left: 10px;
// color: #fdaf30;
// }
// ::v-deep .btn-color-1j {
// margin-left: 10px;
// color: #3cb357;
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
</style>

25
src/views/modules/workSys/resiCate.vue

@ -33,15 +33,16 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button class="diy-button--search"
<el-button class="diy-button--white"
size="small"
@click="handleSearch">查询</el-button>
@click="resetForm('searchForm')">重置</el-button>
</el-form-item>
<el-form-item>
<el-button class="diy-button--reset"
<el-button class="diy-button--add"
size="small"
@click="resetForm('searchForm')">重置</el-button>
@click="handleSearch">查询</el-button>
</el-form-item>
</el-form>
</div>
@ -614,16 +615,16 @@ export default {
<style lang="scss" scoped>
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);;
}
// ::v-deep .el-table th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// // border-right: 1px solid rgba(33, 149, 254, 1);;
// }
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);

14
src/views/modules/workSys/role/role.vue

@ -29,16 +29,16 @@
</el-date-picker>
</el-form-item> -->
<el-button style="margin-left:30px"
size="small"
class="diy-button--search"
@click="handleSearch">查询</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--reset"
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--add"
@click="handleSearch">查询</el-button>
</el-form>
</div>
<div class="m-table">
@ -55,7 +55,7 @@
border
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"
header-align="center"

28
src/views/modules/workSys/workLog/list.vue

@ -246,10 +246,10 @@ export default {
.resi-container .resi-card-table {
::v-deep .el-table {
th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
}
// th {
// color: #fff;
// background-color: rgba(33, 149, 254, 1);
// }
.cell {
@ -276,15 +276,15 @@ export default {
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
// ::v-deep .el-button--text {
// text-decoration: underline;
// }
// ::v-deep .btn-color-del {
// margin-left: 10px;
// color: rgba(213, 16, 16, 1);
// }
// ::v-deep .btn-color-edit {
// color: rgba(0, 167, 169, 1);
// }
}
</style>

39
src/views/modules/worklog/icworklog.vue

@ -75,16 +75,18 @@
</el-date-picker>
</el-form-item>
<el-form-item>
<el-button
size="small"
type="primary"
class="diy-button--white"
@click="resetSearch">重置</el-button>
<el-button type="primary"
style="margin-left:10px"
size="small"
class="diy-button--search"
class="diy-button--add"
@click="getDataList()">{{ $t('query') }}</el-button>
<el-button style="margin-left:10px"
size="small"
type="primary"
class="diy-button--reset"
@click="resetSearch">重置</el-button>
</el-form-item>
<!-- <el-button style="margin-left:10px"
size="small"
@ -105,13 +107,13 @@
size="small"
@click="addOrUpdateHandle()">{{ $t('add') }}</el-button>
<el-button @click="exportHandle()"
class="diy-button--reset"
class="diy-button--white"
size="small">导出</el-button>
<el-button size="small"
type="danger"
class="diy-button--add"
@click="deleteHandle()">批量删除</el-button>
</div>
<el-table class="resi-table"
<el-table
v-loading="dataListLoading"
:data="dataList"
border
@ -339,25 +341,6 @@ export default {
<style lang="scss" scoped>
@import "@/assets/scss/buttonstyle.scss";
.resi-container .resi-card-table {
::v-deep .el-table th {
color: #fff;
background-color: rgba(33, 149, 254, 1);
// border-right: 1px solid rgba(33, 149, 254, 1);
}
}
.resi-table {
::v-deep .el-button--text {
text-decoration: underline;
}
::v-deep .btn-color-del {
margin-left: 10px;
color: rgba(213, 16, 16, 1);
}
::v-deep .btn-color-edit {
color: rgba(0, 167, 169, 1);
}
}
.resi-row-btn {
margin-bottom: 13px;

Loading…
Cancel
Save