闫增涛
2024-04-16 cf1fcff430fa1331c1d9b2b844fa9ad710fb7a26
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;
}