d747d9db by zhen

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

1 parent 54163aac
......@@ -2,4 +2,5 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://192.168.11.67:8096'
# VUE_APP_BASE_API = 'http://192.168.11.67:8096'
VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
......
......@@ -123,6 +123,8 @@ export default {
flex-flow: row nowrap;
.info {
width: 330px;
height: 400px;
overflow: auto;
margin-right: 10px;
.item {
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!