解決設置padding獨佔一行的問題

.search-history-item{

  width: fit-content;//自適應寬度(特定佈局下不加此屬性會獨佔一行)

  padding: 16rpx 24rpx;

  text-align: center;

  background:rgba(245,245,245,1);

  border-radius:33rpx;

  font-size:24rpx;

  font-weight:400;

  color:rgba(49,48,44,1);

}

wxml:

<view class="search-history-item">測試</view>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章