Browse Source

字体按钮交互

V1.0
mk 3 years ago
parent
commit
c3b8e11702
  1. 2
      src/element-ui/theme/index.css
  2. 12
      src/views/modules/base/resi.vue

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

File diff suppressed because one or more lines are too long

12
src/views/modules/base/resi.vue

@ -227,7 +227,6 @@
<el-button <el-button
v-if="btnAuths.ic_resi_view" v-if="btnAuths.ic_resi_view"
type="text" type="text"
class="div-table-button--blue"
size="small" size="small"
@click="handleLook(scope.row)" @click="handleLook(scope.row)"
>查看</el-button >查看</el-button
@ -238,7 +237,6 @@
v-if="btnAuths.ic_resi_update" v-if="btnAuths.ic_resi_update"
style="margin-right: 10px" style="margin-right: 10px"
@click="handleEdit(scope.row)" @click="handleEdit(scope.row)"
class="div-table-button--blue"
size="small" size="small"
type="text" type="text"
>编辑</el-button >编辑</el-button
@ -250,7 +248,6 @@
@onConfirm="handleDel(scope.row)" @onConfirm="handleDel(scope.row)"
> >
<el-button <el-button
class="div-table-button--blue"
size="small" size="small"
type="text" type="text"
slot="reference" slot="reference"
@ -361,7 +358,7 @@
<el-button <el-button
size="small" size="small"
@click="handlerCancle" @click="handlerCancle"
class="diy-button--common" plain
>取消</el-button >取消</el-button
> >
<el-button <el-button
@ -370,7 +367,6 @@
size="small" size="small"
:loading="btnLoading" :loading="btnLoading"
@click="handleSUbmit" @click="handleSUbmit"
class="diy-button--blue"
>保存</el-button >保存</el-button
> >
@ -407,8 +403,8 @@
<div class="resi-btns"> <div class="resi-btns">
<el-button <el-button
size="small" size="small"
plain
@click="dialogVisible2 = false" @click="dialogVisible2 = false"
class="diy-button--common"
>关闭</el-button >关闭</el-button
> >
</div> </div>
@ -1644,9 +1640,7 @@ export default {
.collapse-title { .collapse-title {
font-weight: bold; font-weight: bold;
} }
::v-deep .el-button--text {
color: #000;
}
.resi-table { .resi-table {
::v-deep .el-button--text { ::v-deep .el-button--text {
text-decoration: underline; text-decoration: underline;

Loading…
Cancel
Save