elementUI 是第三方组件库,样式修改需要借助样式穿透

.block/deep/.el-pagination
  margin: 20px auto
  text-align: center
/deep/.el-button
  width: 50px
/deep/.el-input__inner {
    width: 230px !important;
    height: 30px;
}
/deep/.select-box .el-input {
    height: 32px;
}
posted on 2020-03-18 12:26  爱IT的小狐狸  阅读(587)  评论(0编辑  收藏  举报