02 2024 档案
摘要:/deep/.el-table tr:last-of-type td { border-bottom: 0; }/deep/ .el-table::before { height: 0px; } 表格内部添加padding /deep/ .el-table .cell { padding-left:
阅读全文
摘要:铺设页面是大盒子弹性布局,左右小盒子要给固定宽度,尤其是input框,有的型号手机input框会很宽,导致左边文字受挤压
阅读全文
摘要:需求大盒子里面的上面盒子药固定宽度下面的盒子要随着自己文字内容宽度,要把下面盒子变成行内块样式 这样就不随着上面盒子变化了 .nameInfo { //大盒子 margin-left: 28upx; display: flex; flex-direction: column; justify-con
阅读全文