首页 > 编程知识 正文

element表格内容居中,表格中字体居中

时间:2023-05-05 07:33:43 阅读:232763 作者:2198

ElementUI-----Table标题文字集中

<el-table v-loading="loading" element-loading-text="拼命加载中" :data="tableData" :header-cell-style="{textAlign: 'center'}" :cell-style="{ textAlign: 'center' }" stripe style="width: 100%">

滚动条样式

.wrapper::-webkit-scrollbar { width: 6px; height: 9px;}.wrapper::-webkit-scrollbar-thumb { background-color: rgba(144,147,153,.5); background-clip: padding-box; min-height: 28px; border-radius: 2em;}

 

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。