yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -94,14 +94,19 @@
  align-items: center;
}
.checkbox-group {
  --td-checkbox-icon-checked-color: #FF6C00;
}
.t-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
  --td-checkbox-icon-checked-color: #ff6c00;
}
/* .t-checkbox {
  display: flex;
  align-items: center;
} */
.completion-box {
  display: inline-block;
@@ -290,4 +295,8 @@
.fl-cl {
  display: flex;
  flex-direction: column;
}
.mh {
  min-height: 104rpx;
}