Browse Source

条款框描边

yangc 8 years ago
parent
commit
cf8b9d3327

+ 1 - 0
components/register-saler/register/StepSecond.vue

@@ -99,6 +99,7 @@
   }
   .join_xieyi .ql-editor span,.join_xieyi .ql-editor a {
     font-size: 12px;
+    line-height: 25px;
   }
   .join_xieyi .ql-editor br {
     display: none;

+ 1 - 1
nuxt.config.js

@@ -1,6 +1,6 @@
 const path = require('path')
 const isProdMode = Object.is(process.env.NODE_ENV, 'production')
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://www.usoftmall.com/' : 'http://192.168.253.123:8080/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://www.usoftmall.com/' : 'http://192.168.253.121:8080/platform-b2c/')
 
 module.exports = {
   router: {

+ 1 - 1
pages/register-saler/index.vue

@@ -260,7 +260,7 @@
     overflow: auto;
     word-break: break-all;
     outline: none;
-    border: 1px solid;
+    border: 2px solid #eee;
     border-left: none;
   }
   .x-btn-blank{