songshankun
2023-10-08 5055cfa0945af45bc9e9344d28ee51e1bad4265d
style: 统一下方按钮高度, 调整红灯呼叫按钮与其他按钮对齐
1个文件已修改
11 ■■■■ 已修改文件
src/views/visualization.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -1468,6 +1468,10 @@
    position:absolute;
    bottom:10px;
    left:10px;
    .el-button{
      height: 40px;
    }
  }
}
@@ -1475,7 +1479,6 @@
  font-size: 20px;
}
.right-small-btn {
  margin-top: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: absolute;
@@ -1927,7 +1930,7 @@
      .right-base-btn {
        width: 100%;
        position: absolute;
        bottom: 0;
        bottom: 24px;
        left: 0;
        .el-button--primary {
          width: 100%;
@@ -1937,6 +1940,10 @@
          color: #fff;
          font-weight: 700;
          font-size: 18px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
      // .call {