Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jingqi.liu
pica-admin-consultation
提交
c142e8ad
提交
c142e8ad
编写于
1月 29, 2021
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式优化
上级
d4916d36
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
14 行增加
和
8 行删除
+14
-8
global.scss
src/style/global.scss
+4
-0
index.scss
src/views/IM/current-session/index.scss
+1
-0
index.vue
src/views/IM/current-session/index.vue
+7
-6
list.vue
src/views/IM/waiting-session/list.vue
+2
-2
未找到文件。
src/style/global.scss
浏览文件 @
c142e8ad
...
@@ -124,3 +124,7 @@
...
@@ -124,3 +124,7 @@
font-weight
:
700
;
font-weight
:
700
;
color
:
#0D9078
!
important
;
color
:
#0D9078
!
important
;
}
}
.el-form-item
.el-form-item__label
{
font-size
:
14px
!
important
;
}
\ No newline at end of file
src/views/IM/current-session/index.scss
浏览文件 @
c142e8ad
...
@@ -393,6 +393,7 @@
...
@@ -393,6 +393,7 @@
.right
{
.right
{
width
:
240px
;
width
:
240px
;
border-left
:
2px
solid
#f5f5f5
;
border-left
:
2px
solid
#f5f5f5
;
overflow
:
scroll
;
}
}
background
:
#fff
;
background
:
#fff
;
.time
{
.time
{
...
...
src/views/IM/current-session/index.vue
浏览文件 @
c142e8ad
<
template
>
<
template
>
<div
class=
"current-session-wrap"
>
<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"
>
<section
class=
"component-content screenSet"
id=
"screenSet"
>
<article
class=
"left"
>
<article
class=
"left"
>
<div
class=
"l-header"
>
<div
class=
"l-header"
>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
</div>
</div>
</section>
</section>
</article>
</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>
<UserInfo
:userInfo=
"doctorInfo"
:taskLogId=
"currentTaskLogId"
></UserInfo>
</article>
</article>
<article
v-show=
"!sessionListData.sessionList.length"
class=
"center no-content"
>
<article
v-show=
"!sessionListData.sessionList.length"
class=
"center no-content"
>
...
@@ -215,7 +215,6 @@ import { validateWord } from "@/utils/validate.js";
...
@@ -215,7 +215,6 @@ import { validateWord } from "@/utils/validate.js";
import
{
openLoading
,
closeLoading
,
betaHandle
}
from
"@/utils/utils"
;
import
{
openLoading
,
closeLoading
,
betaHandle
}
from
"@/utils/utils"
;
import
{
getPicaKFAccid
,
getPhomeDemain
}
from
"@/utils"
;
import
{
getPicaKFAccid
,
getPhomeDemain
}
from
"@/utils"
;
import
UserInfo
from
"@/components/IM/user-info.vue"
;
import
UserInfo
from
"@/components/IM/user-info.vue"
;
// const CONTAINER_HEIGHT = 300;
const
CONTAINER_HEIGHT
=
700
;
const
CONTAINER_HEIGHT
=
700
;
let
forwardMsgIntervalId
=
null
,
let
forwardMsgIntervalId
=
null
,
sessionIntervalId
=
null
,
sessionIntervalId
=
null
,
...
@@ -332,12 +331,14 @@ export default {
...
@@ -332,12 +331,14 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
_this
.
containerHeight
=
document
.
body
.
clientHeight
-
80
;
_this
.
containerHeight
=
document
.
body
.
clientHeight
-
80
;
_this
.
getElmByID
(
"screenSet"
).
style
.
height
=
_this
.
getElmByID
(
"screenSet"
).
style
.
height
=
_this
.
containerHeight
-
1
5
2
+
"px"
;
_this
.
containerHeight
-
1
4
2
+
"px"
;
// console.log('_this.containerHeight', _this.containerHeight);
// console.log('_this.containerHeight', _this.containerHeight);
_this
.
getElmByID
(
"sessionListId"
).
style
.
height
=
_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
.
getElmByID
(
"msgContentId"
).
style
.
height
=
_this
.
containerHeight
-
2
8
7
+
"px"
;
_this
.
containerHeight
-
2
7
7
+
"px"
;
});
});
},
},
...
...
src/views/IM/waiting-session/list.vue
浏览文件 @
c142e8ad
<
template
>
<
template
>
<div
class=
"wts-list-wrap"
>
<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=
"component-content screenSet"
id=
"screenSet"
>
<div
class=
"search-title"
>
<div
class=
"search-title"
>
<p>
当前共有
<span
class=
"num"
>
{{
total
}}
位
</span>
用户正在等待
</p>
<p>
当前共有
<span
class=
"num"
>
{{
total
}}
位
</span>
用户正在等待
</p>
...
@@ -74,7 +74,7 @@ export default {
...
@@ -74,7 +74,7 @@ export default {
},
},
// 挂载到Dom完成时
// 挂载到Dom完成时
mounted
:
function
()
{
mounted
:
function
()
{
commonUtil
.
resizeHeight
();
commonUtil
.
resizeHeight
(
142
,
200
);
},
},
methods
:
{
methods
:
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录