body { margin: 0; padding: 0; } #app { height: 100%; width: 100%; } .nav { width: 420px; margin: 30px auto; } .tabNav { border-radius: 30px; } .el-table .cell { text-align: center } .el-radio-button__inner {} .main { margin: -30px 30px; } .span { color: orange; display: block; margin-top: 10px; } .el-input__inner { height: 30px; } .el-input__inner:nth:first-child(1) { width: 100px; } .el-input__icon { line-height: 30px } .search { display: inline-block; background-color: #409EFF; color: white; border-radius: 2px; width: 50px; text-align: center; padding: 4px; cursor: pointer; position: absolute; right: 30px; } .el-table, .el-table__expanded-cell { margin-top: 5px; } .tab4 .el-table, .el-table__expanded-cell { margin-top: 20px; } .el-pagination { text-align: right; } .el-pagination__total { position: absolute; left: 30px; } a { text-decoration: none; } .content .el-input__inner{ width: 150px; }