Browse Source

统一修改按钮内字体大小为14px

feature
mk 2 years ago
parent
commit
5cea47e682
  1. 6
      src/assets/scss/buttonstyle.scss
  2. 2
      src/element-ui/theme/button.css
  3. 2
      src/element-ui/theme/calendar.css
  4. 2
      src/element-ui/theme/dropdown.css
  5. 2
      src/element-ui/theme/index.css
  6. 2
      src/element-ui/theme/message-box.css
  7. 2
      src/element-ui/theme/transfer.css
  8. 1
      src/views/components/scoreRecord.vue
  9. 6
      src/views/modules/communityParty/regionalParty/units.vue
  10. 4
      src/views/modules/shequzhili/event/eventList.vue

6
src/assets/scss/buttonstyle.scss

@ -33,7 +33,7 @@
font-size: 14px !important; font-size: 14px !important;
color: #fff !important; color: #fff !important;
min-width: 60px !important; min-width: 60px !important;
height: 32px !important; height: 30px !important;
// line-height: 22px !important; // line-height: 22px !important;
// padding:0 8px !important; // padding:0 8px !important;
border: none !important; border: none !important;
@ -94,13 +94,13 @@
} }
//白色 //白色
.diy-button--white { .diy-button--white {
font-size: 12px !important; font-size: 14px !important;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #0056d6 !important; color: #0056d6 !important;
// line-height: 22px !important; // line-height: 22px !important;
min-width: 60px !important; min-width: 60px !important;
height: 32px !important; height: 30px !important;
// padding:0 8px !important; // padding:0 8px !important;
background: #FFFFFF !important; background: #FFFFFF !important;
border-radius: 2px !important; border-radius: 2px !important;

2
src/element-ui/theme/button.css

File diff suppressed because one or more lines are too long

2
src/element-ui/theme/calendar.css

File diff suppressed because one or more lines are too long

2
src/element-ui/theme/dropdown.css

File diff suppressed because one or more lines are too long

2
src/element-ui/theme/index.css

File diff suppressed because one or more lines are too long

2
src/element-ui/theme/message-box.css

File diff suppressed because one or more lines are too long

2
src/element-ui/theme/transfer.css

File diff suppressed because one or more lines are too long

1
src/views/components/scoreRecord.vue

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

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

@ -78,14 +78,14 @@
<el-col span="24" align="right"> <el-col span="24" align="right">
<el-button <el-button
style="margin-left: 10px" style="margin-left: 10px;"
size="small" size="small"
type="primary" type="primary"
@click="handleSearch" @click="handleSearch"
>查询</el-button >查询</el-button
> >
<el-button <el-button
style="margin-left: 10px" style="margin-left: 10px;"
size="small" size="small"
@click="resetSearch" @click="resetSearch"
>重置</el-button >重置</el-button
@ -228,7 +228,7 @@
class="operate" class="operate"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" @click="handleDetail(scope.row)" <el-button type="text" size="medium " @click="handleDetail(scope.row)"
>查看</el-button >查看</el-button
> >
<el-button <el-button

4
src/views/modules/shequzhili/event/eventList.vue

@ -181,7 +181,7 @@
size="small" size="small"
split-button split-button
type="primary" type="primary"
style="margin: 0 10px; height: 32px" style="margin: 0 10px; height: 30px"
@command="(command) => handleMarkDiffcult(command)" @command="(command) => handleMarkDiffcult(command)"
> >
标记 标记
@ -925,7 +925,7 @@ export default {
} }
} }
::v-deep .el-dropdown__caret-button { ::v-deep .el-dropdown__caret-button {
height: 32px; height: 30px;
} }
::v-deep .el-image-viewer__close { ::v-deep .el-image-viewer__close {
top: 129px; top: 129px;

Loading…
Cancel
Save