Vue3框架中让table合计居中对齐

第一步:给它加一个类名 center-table 如下:

html 复制代码
 <el-table
      :data="datas.shows"
      max-height="600px"
      show-summary
      stripe
      border
      style="width: 100%"
      :header-cell-style="{ textAlign: 'center' }"
      :cell-style="{ textAlign: 'center' }"
      class="center-table"
    ></el-table>

第二步: 使用v-deep选择器

css 复制代码
:deep(.center-table td), 
:deep(.center-table th) {
  text-align: center !important;
}

效果

原创作者:吴小糖

创作时间:2023.11.24

相关推荐
tsumikistep10 分钟前
【前后端】接口文档与导入
前端·后端·python·硬件架构
5134959232 分钟前
Vite环境变量配置
vue.js
行走的陀螺仪34 分钟前
.vscode 文件夹配置详解
前端·ide·vscode·编辑器·开发实践
2503_928411561 小时前
11.24 Vue-组件2
前端·javascript·vue.js
Bigger1 小时前
🎨 用一次就爱上的图标定制体验:CustomIcons 实战
前端·react.js·icon
谢尔登1 小时前
原来Webpack在大厂中这样进行性能优化!
前端·webpack·性能优化
g***B7382 小时前
JavaScript在Node.js中的模块系统
开发语言·javascript·node.js
Z***25802 小时前
JavaScript在Node.js中的Deno
开发语言·javascript·node.js
weixin79893765432...2 小时前
Vue + Express + DeepSeek 实现一个简单的对话式 AI 应用
vue.js·人工智能·express
高级程序源3 小时前
springboot社区医疗中心预约挂号平台app-计算机毕业设计源码16750
java·vue.js·spring boot·mysql·spring·maven·mybatis