| | |
| | | </header> |
| | | <!-- 数据展示 --> |
| | | <el-table |
| | | border |
| | | stripe |
| | | ref="multipleTable" |
| | | :header-cell-style="{ 'font-weight': '650', 'line-height': '45px' }" |
| | | :header-cell-style="{'background':'#F5F5F5', 'font-weight': '650', 'line-height': '45px' }" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | :row-class-name="tableRowClassName" |
| | |
| | | |
| | | .el-button { |
| | | padding: 12px 25px; |
| | | border-radius: 20px; |
| | | //border-radius: 20px; |
| | | } |
| | | } |
| | | ::v-deep .el-form { |
| | |
| | | line-height: 20px; |
| | | padding: 10px 20px; |
| | | margin-left: auto; |
| | | border-radius: 20px; |
| | | //border-radius: 20px; |
| | | .el-button { |
| | | padding: 12px 25px; |
| | | border-radius: 20px; |
| | | //border-radius: 20px; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |