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
12c6ee46
Commit
12c6ee46
authored
Dec 11, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
373df914
c4040f36
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
postcss.config.js
postcss.config.js
+2
-0
Doctor.vue
src/doctor/Doctor.vue
+13
-1
Workbench.vue
src/doctor/workbench/Workbench.vue
+2
-0
No files found.
postcss.config.js
View file @
12c6ee46
...
@@ -7,6 +7,7 @@ module.exports = {
...
@@ -7,6 +7,7 @@ module.exports = {
'postcss-pxtorem'
:
{
'postcss-pxtorem'
:
{
rootValue
:
100
,
rootValue
:
100
,
propList
:
[
'*'
],
propList
:
[
'*'
],
minPixelValue
:
2
,
}
}
}
}
}
}
\ No newline at end of file
src/doctor/Doctor.vue
View file @
12c6ee46
...
@@ -118,6 +118,7 @@ export default {
...
@@ -118,6 +118,7 @@ export default {
.doc-tab-round[line] {
.doc-tab-round[line] {
.van-tab--card {
.van-tab--card {
border: 1px solid #fff;
border: 1px solid #fff;
line-height: 1;
}
}
.van-tab--card.van-tab--active {
.van-tab--card.van-tab--active {
color: var(--van-primary-color);
color: var(--van-primary-color);
...
@@ -127,6 +128,12 @@ export default {
...
@@ -127,6 +128,12 @@ export default {
}
}
}
}
// 底部细线
.bottom-small-line {
height: 1px;
box-shadow: 0 0.5Px #D7DADE;
}
// list列表中的card
// list列表中的card
.doc-list-card {
.doc-list-card {
border-radius: 12px;
border-radius: 12px;
...
@@ -148,7 +155,12 @@ export default {
...
@@ -148,7 +155,12 @@ export default {
min-width: 104px;
min-width: 104px;
}
}
.divider {
.divider {
border-bottom: 1px solid #c0ccdf;
.bottom-small-line()
// border-bottom: 1px solid #D7DADE;
// transform: scaleY(.5);
// height: 1px;
// box-shadow: 0 0 0.5Px #e5e5e5;
}
}
.bt-group {
.bt-group {
display: flex;
display: flex;
...
...
src/doctor/workbench/Workbench.vue
View file @
12c6ee46
...
@@ -136,6 +136,7 @@ export default {
...
@@ -136,6 +136,7 @@ export default {
background: linear-gradient(to bottom, #C6DBF9, #EFF2F7);
background: linear-gradient(to bottom, #C6DBF9, #EFF2F7);
}
}
.workbench-tab {
.workbench-tab {
color: #4D5665;
background: #C6DBF9;
background: #C6DBF9;
padding-top: 10px;
padding-top: 10px;
position: relative;
position: relative;
...
@@ -191,6 +192,7 @@ export default {
...
@@ -191,6 +192,7 @@ export default {
font-size: 16px;
font-size: 16px;
height: 46px;
height: 46px;
line-height: 46px;
line-height: 46px;
font-weight: 600;
&::after {
&::after {
content: '';
content: '';
display: inline-block;
display: inline-block;
...
...
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