修改流量统计俄文标题过长问题

This commit is contained in:
zhanghongqing
2018-12-29 18:01:49 +08:00
parent 12dce602f1
commit 7ec4ec12e5
2 changed files with 28 additions and 14 deletions

View File

@@ -25,20 +25,33 @@ body {
.fa-arrow-circle-up { .fa-arrow-circle-up {
color: #001029; color: #001029;
background-color: #fe392e; background-color: #fe392e;
border-radius: 10px; /* border-radius: 10px; */
font-size: 13px; /* font-size: 13px; */
width: 10px; /* width: 10px; */
height: 10px; /* height: 10px; */
line-height: 9px !important; /* line-height: 9px !important; */
border-radius: 12px;
font-size: 15px;
width: 11px;
height: 9px;
line-height: 10px !important
} }
.fa-arrow-circle-down { .fa-arrow-circle-down {
color: #001029; color: #001029;
background-color: #009966; background-color: #009966;
border-radius: 10px; /* border-radius: 10px; */
font-size: 13px; /* font-size: 13px; */
width: 10px; /* width: 10px; */
height: 10px; /* height: 10px; */
line-height: 9px !important; /* line-height: 9px !important; */
border-radius: 12px;
font-size: 15px;
width: 11px;
height: 9px;
line-height: 10px !important
}
.tooltip-inner {
white-space: nowrap;
} }
</style> </style>
</head> </head>

View File

@@ -141,17 +141,18 @@ p{
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
/* text-overflow: ellipsis; */ text-overflow: ellipsis;
margin-left: 28px; margin-left: 33px;
} }
.data_content .data_info .info_1 label:nth-child(1){ .data_content .data_info .info_1 label:nth-child(1){
width:100%; width:77%;
color:#fff; color:#fff;
font-size: 16px; font-size: 16px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
margin: -2px; margin: -2px;
margin-left: 30px;
} }
.data_content .data_info>div.info_1 p:nth-child(2){ .data_content .data_info>div.info_1 p:nth-child(2){
width:100%; width:100%;