单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-24 3b2e941a83ad49d3167df864a5a06a81ef944470
src/views/mobile/bedsideAuxiliaryScreen/pages/NotSignedIn.vue
@@ -113,8 +113,8 @@
              {{ item.name }}
            </div>
            <div class="list-item-num">
              <span>首剂:{{ item.首剂 }}{{ item.单位 }}</span>
              <span>追加/维持:{{ item.是否为追加 ? item.追加剂量 : item.维持剂量  }}{{ item.单位 }}</span>
              <span>首剂:{{ item.首剂 }}{{ item.单位 }}</span>&nbsp;&nbsp;
              <span>追加/维持:{{ item.是否为追加 ? item.追加剂量 : item.维持剂量  }}{{ item.单位 }}</span>&nbsp;&nbsp;
              <span>总量:{{ item.总量 }}{{ item.单位 }}</span>
            </div>
          </div>
@@ -250,7 +250,7 @@
            justify-content: center;
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 11px;
            font-size: 14px;
            color: #3a75b8;
            text-align: center;
            font-style: normal;
@@ -291,9 +291,9 @@
      justify-content: space-around;
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 5px;
      font-size: 8px;
      color: #a78718;
      line-height: 6px;
      line-height: 9px;
      text-align: left;
      font-style: normal;
      .list-item-left {
@@ -306,7 +306,7 @@
  .list-box-2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 5px;
    font-size: 6px;
    color: #A78718;
    text-align: left;
    font-style: normal;