riku
2022-10-28 b45a01a8bee4a9bff5f9c248ead301b8675d1099
component/inputcell/inputcell.wxss
@@ -6,7 +6,7 @@
}
.weui-up-input{
  color: black;
  font-size: var(--ffui-font-size-2);
  font-size: 1rem;
  /* border-radius: 10rpx; */
  width: 100%;
  /* background-color: seagreen; */
@@ -21,6 +21,7 @@
.required {
  color: red;
  text-align: center;
  vertical-align: middle;
}
.not-required {
@@ -30,9 +31,10 @@
.title-cell{
  white-space: nowrap;
  display: inline-block;
  font-size: var(--ffui-font-size-2);
  width: 105px;
  color:var(--ffui-text-color-1);
  font-size: 1rem;
  width: 32vw;
  color:var(--fyui-text-color-1);
  /* background-color: seagreen; */
}
.hr-view{
  height: 2rpx;