Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
742c36e3
Commit
742c36e3
authored
Dec 11, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台搜索框 位置修改
parent
9de7869d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
7 deletions
+18
-7
atomic.less
src/assets/css/atomic.less
+1
-0
FirstScreen.vue
src/doctor/workbench/tables/FirstScreen.vue
+3
-1
HighRisk.vue
src/doctor/workbench/tables/HighRisk.vue
+3
-1
Receive.vue
src/doctor/workbench/tables/Receive.vue
+3
-1
Visit.vue
src/doctor/workbench/tables/Visit.vue
+4
-2
Work.vue
src/doctor/workbench/tables/Work.vue
+4
-2
No files found.
src/assets/css/atomic.less
View file @
742c36e3
...
@@ -75,6 +75,7 @@
...
@@ -75,6 +75,7 @@
.w-1\/3 { width: 33.3%; }
.w-1\/3 { width: 33.3%; }
.w-1\/2 { width: 50%; }
.w-1\/2 { width: 50%; }
.h-full { height: 100%; }
.h-full { height: 100%; }
.min-h-0 { min-height: 0px; }
// 字体大小
// 字体大小
.text-16 { font-size: 16px; }
.text-16 { font-size: 16px; }
...
...
src/doctor/workbench/tables/FirstScreen.vue
View file @
742c36e3
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
@
click=
'openSearch'
/>
@
click=
'openSearch'
/>
</div>
</div>
<div
class=
'grow pt-1 overflow-y-auto'
ref=
'list'
>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
<van-list
...
@@ -52,6 +53,7 @@
...
@@ -52,6 +53,7 @@
<p>
暂无数据
</p>
<p>
暂无数据
</p>
</div>
</div>
</van-pull-refresh>
</van-pull-refresh>
</div>
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
style="position: absolute;transition: none"
style="position: absolute;transition: none"
...
...
src/doctor/workbench/tables/HighRisk.vue
View file @
742c36e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
/>
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
/>
</div>
</div>
</div>
</div>
<div
class=
'grow pt-1 overflow-y-auto'
ref=
'list'
>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
<van-list
...
@@ -56,6 +57,7 @@
...
@@ -56,6 +57,7 @@
<p>
暂无数据
</p>
<p>
暂无数据
</p>
</div>
</div>
</van-pull-refresh>
</van-pull-refresh>
</div>
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
style="position: absolute;transition: none"
style="position: absolute;transition: none"
...
...
src/doctor/workbench/tables/Receive.vue
View file @
742c36e3
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
@
click=
'openSearch'
/>
@
click=
'openSearch'
/>
</div>
</div>
<div
class=
'grow pt-1 overflow-y-auto'
ref=
'list'
>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
<van-list
...
@@ -56,6 +57,7 @@
...
@@ -56,6 +57,7 @@
<p>
暂无数据
</p>
<p>
暂无数据
</p>
</div>
</div>
</van-pull-refresh>
</van-pull-refresh>
</div>
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '70%' }"
style="position: absolute;transition: none"
style="position: absolute;transition: none"
...
...
src/doctor/workbench/tables/Visit.vue
View file @
742c36e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
/>
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
/>
</div>
</div>
</div>
</div>
<div
class=
'grow pt-1 overflow-y-auto'
ref=
'list'
>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
<van-list
...
@@ -69,8 +70,9 @@
...
@@ -69,8 +70,9 @@
<p>
暂无数据
</p>
<p>
暂无数据
</p>
</div>
</div>
</van-pull-refresh>
</van-pull-refresh>
</div>
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '
7
0%' }"
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '
8
0%' }"
style="position: absolute;transition: none"
style="position: absolute;transition: none"
:overlay-style="{ position: 'absolute' }"
:overlay-style="{ position: 'absolute' }"
transition="viewer-fade"
transition="viewer-fade"
...
...
src/doctor/workbench/tables/Work.vue
View file @
742c36e3
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
<doc-icon
type=
"doc-menu"
style=
"font-size:.2rem;color:#03053D"
@
click=
'openSearch'
/>
@
click=
'openSearch'
/>
</div>
</div>
<div
class=
'grow pt-1 overflow-y-auto'
ref=
'list'
>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
<van-list
...
@@ -54,8 +55,9 @@
...
@@ -54,8 +55,9 @@
<p>
暂无数据
</p>
<p>
暂无数据
</p>
</div>
</div>
</van-pull-refresh>
</van-pull-refresh>
</div>
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '
7
0%' }"
<van-popup
v-model:show=
"searchVisible"
position=
"top"
:style=
"
{ height: '
8
0%' }"
style="position: absolute;transition: none"
style="position: absolute;transition: none"
:overlay-style="{ position: 'absolute' }"
:overlay-style="{ position: 'absolute' }"
transition="viewer-fade"
transition="viewer-fade"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment