付款方式
@@ -1587,6 +1587,7 @@ $borderColor: #172e60;
:deep(.el-input__wrapper) {
box-shadow: none;
border-bottom: 1px solid #777;
+ border-radius: 0;
}
// 页面字体大小
@@ -1599,21 +1600,21 @@ $borderColor: #172e60;
}
.border-top {
- border-top: 1px solid $borderColor;
+ border-top: 1px dashed $borderColor;
}
.table-row {
width: 100%;
display: flex;
- // border-top: 1px solid $borderColor;
- border-left: 1px solid $borderColor;
+ // border-top: 1px dashed $borderColor;
+ border-left: 1px dashed $borderColor;
border-bottom: none;
box-sizing: border-box;
&:first-child {
display: block;
- border-top: 1px solid $borderColor;
- border-left: 1px solid $borderColor;
+ border-top: 1px dashed $borderColor;
+ border-left: 1px dashed $borderColor;
> div {
width: 100%;
@@ -1623,8 +1624,8 @@ $borderColor: #172e60;
&:last-child {
display: block;
- border-bottom: 1px solid $borderColor;
- border-right: 1px solid $borderColor;
+ border-bottom: 1px dashed $borderColor;
+ border-right: 1px dashed $borderColor;
box-sizing: border-box;
> div {
@@ -1636,13 +1637,17 @@ $borderColor: #172e60;
> div {
flex: 1;
padding: 5px;
- border-bottom: 1px solid $borderColor;
- border-right: 1px solid $borderColor;
+ border-bottom: 1px dashed $borderColor;
+ border-right: 1px dashed $borderColor;
display: inline-flex;
box-sizing: border-box;
}
}
+.border-left {
+ border-left: 1px dashed $borderColor;
+}
+
.table-row-title {
background: #f5f7fa;
margin-right: 10px;
diff --git a/vite.config.js b/vite.config.js
index f18c7559..6353e045 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -14,7 +14,7 @@ export default ({ mode, command }) => {
'/api': {
// target: 'http://192.168.10.126:8889',
// hy
- // target: 'http://192.168.10.48:13000',
+ target: 'http://192.168.10.48:13000',
// lmy
// target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888',
@@ -25,7 +25,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.57:13000',
- target: 'http://192.168.6.122:8777',
+ // target: 'http://192.168.6.122:8777',
// target: 'http://192.168.6.116:8777',
// tjj
// sst