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

.tab-tool {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10rpx 20rpx;
  box-shadow: var(--shadow-1);
}

.tab-item {
  width: 200rpx;
}

.mt-tab {
  margin-bottom: 20rpx;
}
