1
闫增涛
2024-03-27 b2a6887c94cc7887b03ba1cce578e3fc59a62259
packageBookService/pages/bookServices/examination/questionList/index.wxss
@@ -181,4 +181,20 @@
.textarea-center {
  display: flex;
  justify-content: center;
}
.input-night-color {
  --td-input-default-text-color: #fff;
}
.textarea-night-color {
  --td-textarea-text-color: rgba(255, 255, 255, 1);
}
.noData {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}