logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

React native

React native1.打开权限 sudo chown -R ‘whoami’ /usr/local或者open/usr/local就会出现local文件夹,右击打开简介 将所有的都改为读写功能接下来安装的东西 就不会报权限不够的错误1.安装homebrew。用于安装其他软件/usr/bin/ruby -e “(curl−fsSLhttps://cdn.jsdelivr.net/gh/ineo

#react native
使用vue ant design 分页以及表格分页改为中文

<template><div id="app"><a-config-provider :locale="locale"><router-view /></a-config-provider></div></template><script>import zhCN from 'ant-design-vue

#vue.js#前端
ant design vue a-table使用时设置表头样式以及padding,更新时间的排序,tooltip

//隔行变色::v-deep .ant-table-tbody .ant-table-row:nth-child(odd) {background-color: ;}::v-deep .ant-table-tbody .ant-table-row:nth-child(even) {background: ;}// 标题背景色用important::v-deep .ant-table-thead &

#vue.js
到底了