添加页面, 组件, 图标
This commit is contained in:
@@ -22,3 +22,18 @@ view.t-cell__title-text {
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.card-plugin-footer {
|
||||
border-top: 1rpx solid #ddd;
|
||||
padding: 16rpx 24rpx;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 16rpx;
|
||||
row-gap: 16rpx;
|
||||
}
|
||||
|
||||
.card-plugin-footer:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user