提交 c142e8ad 编写于 作者: guangjun.yang's avatar guangjun.yang

样式优化

上级 d4916d36
......@@ -124,3 +124,7 @@
font-weight: 700;
color: #0D9078 !important;
}
.el-form-item .el-form-item__label{
font-size: 14px !important;
}
\ No newline at end of file
......@@ -393,6 +393,7 @@
.right {
width: 240px;
border-left: 2px solid #f5f5f5;
overflow: scroll;
}
background: #fff;
.time {
......
<template>
<div class="current-session-wrap">
<bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond"></bread-crumb>
<!-- <bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond"></bread-crumb> -->
<section class="component-content screenSet" id="screenSet">
<article class="left">
<div class="l-header">
......@@ -150,7 +150,7 @@
</div>
</section>
</article>
<article v-show="sessionListData.sessionList.length" class="right">
<article id="userInfoId" v-show="sessionListData.sessionList.length" class="right">
<UserInfo :userInfo="doctorInfo" :taskLogId="currentTaskLogId"></UserInfo>
</article>
<article v-show="!sessionListData.sessionList.length" class="center no-content">
......@@ -215,7 +215,6 @@ import { validateWord } from "@/utils/validate.js";
import { openLoading, closeLoading, betaHandle } from "@/utils/utils";
import { getPicaKFAccid, getPhomeDemain } from "@/utils";
import UserInfo from "@/components/IM/user-info.vue";
// const CONTAINER_HEIGHT = 300;
const CONTAINER_HEIGHT = 700;
let forwardMsgIntervalId = null,
sessionIntervalId = null,
......@@ -332,12 +331,14 @@ export default {
this.$nextTick(() => {
_this.containerHeight = document.body.clientHeight - 80;
_this.getElmByID("screenSet").style.height =
_this.containerHeight - 152 + "px";
_this.containerHeight - 142 + "px";
// console.log('_this.containerHeight', _this.containerHeight);
_this.getElmByID("sessionListId").style.height =
_this.containerHeight - 252 + "px";
_this.containerHeight - 242 + "px";
_this.getElmByID("userInfoId").style.height =
_this.containerHeight - 242 + "px";
_this.getElmByID("msgContentId").style.height =
_this.containerHeight - 287 + "px";
_this.containerHeight - 277 + "px";
});
},
......
<template>
<div class="wts-list-wrap">
<bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond"></bread-crumb>
<!-- <bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond"></bread-crumb> -->
<div class="component-content screenSet" id="screenSet">
<div class="search-title">
<p>当前共有<span class="num">{{total}}</span>用户正在等待</p>
......@@ -74,7 +74,7 @@ export default {
},
// 挂载到Dom完成时
mounted: function() {
commonUtil.resizeHeight();
commonUtil.resizeHeight(142, 200);
},
methods: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册