Authored by mark

add fix font position

... ... @@ -19,11 +19,11 @@ module.exports = {
// test2
singleApi: 'http://192.168.102.27:8092/brower',
api: 'http://api-test2.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
// api: 'http://api-test2.yohops.com:9999/',
// service: 'http://service-test2.yohops.com:9999/',
//api: 'http://api.yoho.cn/',
//service: 'http://service.yoho.cn/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
//api: 'http://dev-api.yohops.com:9999/',
//service: 'http://dev-service.yohops.com:9999/',
... ...
... ... @@ -1656,7 +1656,7 @@ $(function() {
$(function(){
var font = $('.description-content .basic li');
var fontwidth = $('.description-content ul li:nth-child(4) .valueSpace').width()-1;
var fontwidth = $('.description-content ul li:nth-child(4) .valueSpace').width();
$('.description-content ul li:nth-child(8) .valueSpace').css({
'display':'inline-block',
'text-align':'right',
... ...