| | |
| | | </el-form> |
| | | </div> |
| | | <div class="table_box"> |
| | | <el-table :data="tableData" style="width: 100%" height="85%"> |
| | | <el-table :data="tableData" style="width: 100%" height="79%"> |
| | | <!-- <el-table-column type="selection" width="55" /> --> |
| | | <el-table-column |
| | | :label="$t('operatManage.operationLogObj.num')" |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .operationLog_box { |
| | | border-radius: 10px; |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | height: 98%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | position: absolute; |
| | | |
| | | .inquire { |
| | | padding: 10px; |
| | |
| | | } |
| | | .table_box { |
| | | padding: 10px; |
| | | |
| | | border-radius: 5px; |
| | | |
| | | overflow: auto; |
| | | height: 530px; |
| | | height: 60%; |
| | | /*修改table 表体的背景颜色和文字颜色*/ |
| | | /deep/ .el-table { |
| | | background-color: transparent; |