按钮缩放问题,固定头部问题

master
xuWorkEmai 4 years ago
parent be2c4b97f5
commit a2d6c6165f

@ -103,52 +103,29 @@ body {
width: 204px !important;
}
}
// .el-button.is-plain:hover {
// background: transform !important;
// border-color: none !important;
// color: none !important;
// }
.btn_eldefault {
min-width: 71px;
.btn_word {
color: white !important;
background: #909399 !important;
height: 26px;
background: #335eb6 !important;
}
.btn_eldefault:disabled {
.btn_word:disabled {
color: white !important;
background: #909399 !important;
background: #335eb6 !important;
opacity: 0.5;
}
.btn_eldefault:hover {
border: 0px !important;
color: white !important;
background: #909399 !important;
}
.btn_new {
width: 71px;
height: 26px;
background-color: #0081ff;
color: white;
}
.btn_new:hover {
border: 0px !important;
color: white !important;
background-color: #0081ff !important;
}
.btn_xiugai:disabled {
background-color: #e6a23c !important;
opacity: 0.5;
color: white !important;
}
.btn_xiugai:hover {
border: 0px !important;
color: white !important;
background-color: #e6a23c !important;
}
.btn_xiugai {
width: 71px;
height: 26px;
color: white;
background-color: #e6a23c;
}
@ -157,33 +134,21 @@ body {
background-color: #f56c6c !important;
opacity: 0.5;
}
.btn_sanchu:hover {
border: 0px !important;
color: white !important;
background-color: #f56c6c !important;
}
.btn_sanchu {
width: 71px;
height: 26px !important;
color: white;
background-color: #f56c6c;
}
.btn_sanchu:hover {
border: 0px !important;
color: white !important;
background-color: #f56c6c !important;
}
.btn_chu {
width: 71px;
height: 26px;
color: white;
background-color: #23b899;
}
.btn_chu:hover {
border: 0px !important;
color: white !important;
background-color: #23b899 !important;
}
// .table_container .el-button.is-plain:hover,
// .el-button.is-plain:focus {
// border: 0px !important;
// background: black;
// }
// label
.search_box .el-form-item__label {
font-size: 14px;
@ -659,3 +624,7 @@ body {
.fixed-header + .app-main {
padding-top: 75px !important;
}
//
.el-popup-parent--hidden .fixed-header {
padding-right: 0px !important;
}

@ -2,7 +2,7 @@
* @Author: 许宏杰
* @Date: 2021-11-09 09:44:18
* @LastEditors: 许宏杰
* @LastEditTime: 2021-12-21 14:24:42
* @LastEditTime: 2021-12-27 14:10:09
* @FilePath: \wujiangchangfangweb\src\settings.js
*/
module.exports = {
@ -32,7 +32,7 @@ module.exports = {
/**
* 是否固定头部
*/
fixedHeader: false,
fixedHeader: true,
/**
* 是否显示logo

@ -130,7 +130,6 @@
</el-col>
<el-col :span="1.5">
<el-button
class="btn_eldefault"
plain
size="mini"
:loading="loadingWord"

Loading…
Cancel
Save