| | |
| | | <el-form :model="config" ref="configTableForm"> |
| | | <el-table |
| | | :data="tableData" |
| | | size="mini" |
| | | border |
| | | style="width: 1600px" |
| | | @cell-mouse-enter="handleCellEnter" |
| | | @cell-mouse-leave="handleCellLeave" |
| | |
| | | <div class="btn"> |
| | | <el-button |
| | | class="btns" |
| | | size="small" |
| | | type="primary" |
| | | @click="submitConfig('config')">保存</el-button> |
| | | <el-button |
| | | class="btns" |
| | | type="primary" @click="close()">关闭</el-button> |
| | | <el-button size="small" |
| | | @click="close()">关闭</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | background-color: #034ea2; |
| | | border: 1px solid #034ea2; |
| | | } |
| | | .el-button:hover { |
| | | background: #66b1ff; |
| | | border-color: #66b1ff; |
| | | color: #FFF; |
| | | } |
| | | /*.el-button:hover {*/ |
| | | /* background: #66b1ff;*/ |
| | | /* border-color: #66b1ff;*/ |
| | | /* color: #FFF;*/ |
| | | /*}*/ |
| | | </style> |