riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
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; */
@@ -18,12 +18,23 @@
  padding-right: 6px;
}
.required {
  color: red;
  text-align: center;
  vertical-align: middle;
}
.not-required {
  color: transparent;
}
.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;