d747d9db by zhen

fix客户信息字数过多导致样式错乱

1 parent 54163aac
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
2 ENV = 'development' 2 ENV = 'development'
3 3
4 # base api 4 # base api
5 VUE_APP_BASE_API = 'http://192.168.11.67:8096' 5 # VUE_APP_BASE_API = 'http://192.168.11.67:8096'
6 VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
......
...@@ -123,6 +123,8 @@ export default { ...@@ -123,6 +123,8 @@ export default {
123 flex-flow: row nowrap; 123 flex-flow: row nowrap;
124 .info { 124 .info {
125 width: 330px; 125 width: 330px;
126 height: 400px;
127 overflow: auto;
126 margin-right: 10px; 128 margin-right: 10px;
127 .item { 129 .item {
128 margin-bottom: 5px; 130 margin-bottom: 5px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!