会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
it写代码
博客园
首页
新随笔
管理
2020年9月8日
vue给a标签href赋值 ,用动态变量
摘要: <div v-for="item in list" :key="item"> <div class="dataItem"> <a :href="'/HrUpgrade/home/job?id='+item.Id">测试</a></div></div>
阅读全文
posted @ 2020-09-08 10:32 net开发人员
阅读(7412)
评论(0)
推荐(0)
编辑
使用flex布局进行文字的上下左右居中
摘要: display: flex; justify-content: center; 左右对齐 align-items: center; 上下对齐
阅读全文
posted @ 2020-09-08 10:18 net开发人员
阅读(6710)
评论(0)
推荐(0)
编辑
公告