mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 15:51:52 +08:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
.log-list {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 40rpx;
|
||
|
}
|
||
|
.log-item {
|
||
|
margin: 10rpx;
|
||
|
}
|