添加组件及页面
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
.log-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 8px 12px;
|
||||
padding: 16rpx 24rpx;
|
||||
border: 1rpx solid #ddd;
|
||||
align-items: center;
|
||||
margin-left: 12px;
|
||||
margin-right: 12px;
|
||||
margin-left: 24rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
|
||||
.log-box {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
padding: 12px 12px 12px 12px;
|
||||
padding: 24rpx;
|
||||
border: 1rpx solid #ddd;
|
||||
margin-left: 12px;
|
||||
margin-right: 12px;
|
||||
margin-left: 24rpx;
|
||||
margin-right: 24rpx;
|
||||
/* margin-bottom: calc(constant(safe-area-inset-bottom) + 12px); */
|
||||
/*兼容 IOS<11.2*/
|
||||
/* margin-bottom: calc(env(safe-area-inset-bottom) + 12px); */
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: 24rpx;
|
||||
border-top: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -28,18 +28,18 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - var(--td-tab-bar-height, 80rpx) - env(safe-area-inset-bottom));
|
||||
height: calc(100vh - var(--td-tab-bar-height, 80rpx) - env(safe-area-inset-bottom) - 32rpx);
|
||||
}
|
||||
|
||||
.process-item {
|
||||
height: 34px;
|
||||
padding: 0 8px;
|
||||
height: 64rpx;
|
||||
padding: 0 16rpx;
|
||||
border: 1rpx solid #ddd;
|
||||
border-radius: 4px;
|
||||
border-radius: 8rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-right: 16rpx;
|
||||
margin-bottom: 16rpx;
|
||||
}
|
||||
|
||||
.process-item.active {
|
||||
|
||||
Reference in New Issue
Block a user