Commit 003691f3 authored by songrui's avatar songrui

分割线修改

......@@ -7,6 +7,7 @@ module.exports = {
'postcss-pxtorem': {
rootValue: 100,
propList: ['*'],
minPixelValue: 2,
}
}
}
\ No newline at end of file
......@@ -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;
}
......
......@@ -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;
......
......@@ -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': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment