You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
438 B
7 lines
438 B
/* home/components/onGrid/onGrid.wxss */
|
|
@import "../../pages/bwForm/bwForm.wxss";
|
|
/** 文件上传样式 **/
|
|
.txt-upload{flex: 1; color: blue; font-size: 24rpx; width: 100%;}
|
|
.txt-upload-list{ display: flex; justify-content: space-between; margin:4rpx 0 20rpx;}
|
|
.txt-upload-list text:first-child{flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
|
|
.txt-upload-list text:last-child{width: 80rpx; margin-left: 20rpx;} |