WXL (wul)
12 小时以前 dacfc42199eaeed64738201411d0b37153f7bf76
src/views/followvisit/record/detailpage/index.vue
@@ -1190,21 +1190,21 @@
      selectedTag: "",
      tagOptions: [
        {
          value: "0",
          value: '0',
          label: "正常",
          type: "normal",
          color: "#7ff5e1",
          description: "患者情况正常,无需特别关注",
        },
        {
          value: "1",
          value: '1',
          label: "异常",
          type: "abnormal",
          color: "#f75c5c",
          description: "患者存在异常情况,需要重点关注",
        },
        {
          value: "2",
          value: '2',
          label: "警告",
          type: "warning",
          color: "#fbfb4a",
@@ -1611,7 +1611,7 @@
        );
        if (obj) {
          if (objs.isabnormal) {
            excep = 1;
            excep = objs.isabnormal;
          }
        }
        let obj = {
@@ -2760,7 +2760,7 @@
  margin: 0 10px 20px 10px;
  /* 当缩放比例大于100%或屏幕宽度较小时改为上下排列 */
  @media screen and (max-width: 1200px), (min-resolution: 1dppx) {
  @media screen and  (min-resolution: 1.5dppx) {
    flex-direction: column;
    .call-action,
@@ -2916,9 +2916,8 @@
}
/* 缩放检测样式 */
@media screen and (min-resolution: 1.1dppx),
  screen and (-webkit-min-device-pixel-ratio: 1.1),
  screen and (max-width: 1200px) {
@media screen and (min-resolution: 1.5dppx),
  screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .action-container {
    flex-direction: column;
  }