热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

view中的文字默认垂直偏上是为什么

问题:设置-和水平和垂直居中,可以设置.num_edit属性:display:flex;justify_content:center;al

问题:设置-+水平和垂直居中,可以设置.num_edit属性:display: flex; justify_content: center; align-items: center;。请问:为啥不设置align-items: center属性的时候,要略微偏上一点
在这里插入图片描述
在这里插入图片描述

<view class&#61;"cart_info_wrap"><view class&#61;"goods_name">TCL电视 49P3dfdf辅导费地方大幅度发辅导辅导辅导dfee发送到发的付首付的view><view class&#61;"goods_price_row"><view class&#61;"goods_price">&#xffe5;999view><view class&#61;"cart_num_tool"><view class&#61;"num_edit">-view><view class&#61;"goods_num">1view><view class&#61;"num_edit">&#43;view>view>view>view>

.cart_info_wrap {flex: 4;.goods_name {display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color: #666;}.goods_price_row {display: flex;justify-content: space-between;.goods_price {color: var(--themeColor);font-size: 34rpx;}.cart_num_tool {display: flex;justify-content: center;align-items: center;.num_edit {display: flex;width: 55rpx;height: 55rpx;border: 1px solid #ccc;}.goods_num {}}}}

推荐阅读
author-avatar
aghcgo
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有