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.
|
- /* components/TaskInfo/index.wxss */
- .info_container {
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-start;
- color: #666666;
- }
- .info_head {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .info_item {
- width: 570rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
|