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
003691f3
Commit
003691f3
authored
5 months ago
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分割线修改
parent
fe700da7
chronic-master-his-1.2.1
chronic-dev
chronic-master
1 merge request
!1
Chronic dev
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
5 deletions
+19
-5
postcss.config.js
postcss.config.js
+2
-0
Doctor.vue
src/doctor/Doctor.vue
+11
-1
Workbench.vue
src/doctor/workbench/Workbench.vue
+2
-0
vue.config.js
vue.config.js
+4
-4
No files found.
postcss.config.js
View file @
003691f3
...
...
@@ -7,6 +7,7 @@ module.exports = {
'postcss-pxtorem'
:
{
rootValue
:
100
,
propList
:
[
'*'
],
minPixelValue
:
2
,
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/doctor/Doctor.vue
View file @
003691f3
...
...
@@ -117,6 +117,7 @@ export default {
.doc-tab-round[line] {
.van-tab--card {
border: 1px solid #fff;
line-height: 1;
}
.van-tab--card.van-tab--active {
color: var(--van-primary-color);
...
...
@@ -126,6 +127,12 @@ export default {
}
}
// 底部细线
.bottom-small-line {
height: 1px;
box-shadow: 0 0.5Px #D7DADE;
}
// list列表中的card
.doc-list-card {
border-radius: 12px;
...
...
@@ -147,7 +154,10 @@ export default {
min-width: 104px;
}
.divider {
border-bottom: 1px solid #00000019;
.bottom-small-line()
// border-bottom: 1px solid #D7DADE;
// transform: scaleY(.5);
// height: 1px;
// box-shadow: 0 0 0.5Px #e5e5e5;
}
...
...
This diff is collapsed.
Click to expand it.
src/doctor/workbench/Workbench.vue
View file @
003691f3
...
...
@@ -136,6 +136,7 @@ export default {
background: linear-gradient(to bottom, #C6DBF9, #EFF2F7);
}
.workbench-tab {
color: #4D5665;
background: #C6DBF9;
padding-top: 10px;
position: relative;
...
...
@@ -191,6 +192,7 @@ export default {
font-size: 16px;
height: 46px;
line-height: 46px;
font-weight: 600;
&::after {
content: '';
display: inline-block;
...
...
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
003691f3
...
...
@@ -30,12 +30,12 @@ module.exports = defineConfig({
}
},
'/chronic-admin'
:
{
//
target: 'https://beta-tumour.zmnyjk.com',
target
:
'http://192.168.1.163:8900'
,
target
:
'https://beta-tumour.zmnyjk.com'
,
//
target: 'http://192.168.1.163:8900',
changOrigin
:
true
,
pathRewrite
:
{
'^/chronic-admin'
:
'/'
//
'^/chronic-admin': '/chronic-admin'
//
'^/chronic-admin': '/'
'^/chronic-admin'
:
'/chronic-admin'
}
},
'/chronic-resident'
:
{
...
...
This diff is collapsed.
Click to expand it.
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