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;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
height: 30px !important;
// line-height: 22px !important;
// padding:0 8px !important;
border: none !important;
@ -94,13 +94,13 @@
}
//白色
.diy-button--white {
font-size: 12px !important;
font-size: 14px !important;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0056d6 !important;
// line-height: 22px !important;
min-width: 60px !important;
height: 32px !important;
height: 30px !important;
// padding:0 8px !important;
background: #FFFFFF !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
:height="tableHeight"
v-loading="tableLoading"
:header-cell-style="{background:'#2195FE',color:'#FFFFFF'}"
style="width: 100%">
<el-table-column label="序号"

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

@ -78,14 +78,14 @@
<el-col span="24" align="right">
<el-button
style="margin-left: 10px"
style="margin-left: 10px;"
size="small"
type="primary"
@click="handleSearch"
>查询</el-button
>
<el-button
style="margin-left: 10px"
style="margin-left: 10px;"
size="small"
@click="resetSearch"
>重置</el-button
@ -228,7 +228,7 @@
class="operate"
>
<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

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

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

Loading…
Cancel
Save