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
11bbcb3a
Commit
11bbcb3a
authored
Dec 12, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台样式修改
parent
cb8eebf7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
FirstScreen.vue
src/doctor/workbench/tables/FirstScreen.vue
+2
-2
HighRisk.vue
src/doctor/workbench/tables/HighRisk.vue
+2
-2
Receive.vue
src/doctor/workbench/tables/Receive.vue
+2
-2
Visit.vue
src/doctor/workbench/tables/Visit.vue
+2
-2
Work.vue
src/doctor/workbench/tables/Work.vue
+2
-2
No files found.
src/doctor/workbench/tables/FirstScreen.vue
View file @
11bbcb3a
<
template
>
<div
class=
"h-full flex flex-col first-screen"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
y
-3 items-center"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
t
-3 items-center"
>
<van-tabs
shrink
type=
"card"
class=
"grow doc-tab-round"
line
>
<van-tab
title=
"全部"
title-style=
"padding: 0 .2rem"
></van-tab>
</van-tabs>
...
...
@@ -8,7 +8,7 @@
@
click=
'openSearch'
/>
</div>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto px-2'
ref=
'list'
>
<div
class=
'h-full overflow-y-auto px-2
pb-3
'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
...
...
src/doctor/workbench/tables/HighRisk.vue
View file @
11bbcb3a
<
template
>
<div
class=
"h-full flex flex-col heigh-risk"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
y
-3 items-center"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
t
-3 items-center"
>
<van-tabs
shrink
type=
"card"
class=
"grow doc-tab-round"
line
v-model:active=
"activeTab"
@
change=
"tabChange"
>
...
...
@@ -12,7 +12,7 @@
</div>
</div>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto px-2'
ref=
'list'
>
<div
class=
'h-full overflow-y-auto px-2
pb-3
'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
...
...
src/doctor/workbench/tables/Receive.vue
View file @
11bbcb3a
<
template
>
<div
class=
"h-full flex flex-col receive"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
y
-3 items-center"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
t
-3 items-center"
>
<van-tabs
shrink
type=
"card"
class=
"grow doc-tab-round"
line
>
<van-tab
title=
"全部"
title-style=
"padding: 0 .2rem"
></van-tab>
</van-tabs>
...
...
@@ -8,7 +8,7 @@
@
click=
'openSearch'
/>
</div>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto px-2'
ref=
'list'
>
<div
class=
'h-full overflow-y-auto px-2
pb-3
'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
...
...
src/doctor/workbench/tables/Visit.vue
View file @
11bbcb3a
<
template
>
<div
class=
"h-full flex flex-col visit"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
y
-3 items-center"
>
<div
class=
"shrink-0 flex pb-2 px-2 p
t
-3 items-center"
>
<van-tabs
shrink
type=
"card"
class=
"grow doc-tab-round"
line
v-model:active=
"activeTab"
@
change=
"tabChange"
>
...
...
@@ -12,7 +12,7 @@
</div>
</div>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full overflow-y-auto px-2'
ref=
'list'
>
<div
class=
'h-full overflow-y-auto px-2
pb-3
'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
...
...
src/doctor/workbench/tables/Work.vue
View file @
11bbcb3a
<
template
>
<div
class=
"h-full flex flex-col work"
>
<div
class=
"shrink-0 flex px-2 pb-2 p
y
-3 items-center"
>
<div
class=
"shrink-0 flex px-2 pb-2 p
t
-3 items-center"
>
<van-tabs
shrink
type=
"card"
class=
"grow doc-tab-round"
line
>
<van-tab
title=
"全部"
title-style=
"padding: 0 .2rem"
></van-tab>
</van-tabs>
...
...
@@ -8,7 +8,7 @@
@
click=
'openSearch'
/>
</div>
<div
class=
'grow pt-1 relative min-h-0'
>
<div
class=
'h-full px-2 overflow-y-auto'
ref=
'list'
>
<div
class=
'h-full px-2
pb-3
overflow-y-auto'
ref=
'list'
>
<van-pull-refresh
v-model=
'loadingRefresh'
@
refresh=
'onRefresh'
:disabled=
'isRefreshDisable'
style=
"min-height: 100%"
>
<van-list
...
...
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