sale-client 3.6.159 → 3.6.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [ serverRul, localUrl ] = ['http://192.168.50.4:8400/', 'http://192.168.50.4:8400/']
2
+ const [ serverRul, localUrl ] = ['http://140.249.18.101:8400/', 'http://140.249.18.101:8400/']
3
3
  var merge = require('webpack-merge')
4
4
  var baseConfig = require('./webpack.dev.conf')
5
5
  var devConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.159",
3
+ "version": "3.6.161",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1018,4 +1018,14 @@ let loadParamGem = async function (self) {
1018
1018
  .nav-tabss ul > li > a {
1019
1019
  padding: 5px 10px;
1020
1020
  }
1021
+ // 两个字符占用4个字符距离
1022
+ .w2 {
1023
+ letter-spacing:2em; /*如果需要y个字两端对齐,则为(x-y)/(y-1),这里是(4-2)/(2-1)=2em */
1024
+ margin-right:-2em; /*同上*/
1025
+ }
1026
+ // 三个字符占用4个字符距离
1027
+ .w3 {
1028
+ letter-spacing: 0.5em;
1029
+ margin-right: -0.5em
1030
+ }
1021
1031
  </style>