码迷,mamicode.com
首页 > 其他好文 > 详细

element-ui 组件改变样式

时间:2020-03-18 13:42:48      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:inner   修改   center   select   class   inpu   lock   port   auto   


title: element-ui 组件改变样式
date: 2020-03-18 11:45:55
tags: elementUI


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;
}

element-ui 组件改变样式

标签:inner   修改   center   select   class   inpu   lock   port   auto   

原文地址:https://www.cnblogs.com/serahuli/p/12516640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!