@import '../../components/index.css';

.btn-container {
  margin-top: 20rpx;
}
.btn {
  margin-top: 20rpx;
}
.drawer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drawer-content {
  flex: 1;
  background: #fff;
}
