Commit c08ea04f authored by coffee's avatar coffee

Merge branch 'dev' of gitlab.suntrayoa.com:wuhan/crsf-ptvue into dev

parents 0827063f 89285ca8
...@@ -373,6 +373,9 @@ export default { ...@@ -373,6 +373,9 @@ export default {
margin: 0; margin: 0;
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span { span {
color: #46b6f9; color: #46b6f9;
} }
......
...@@ -392,6 +392,9 @@ export default { ...@@ -392,6 +392,9 @@ export default {
} }
.leftP{ .leftP{
height: 30px; line-height: 30px; margin: 0; width: 100%; font-size: 14px; height: 30px; line-height: 30px; margin: 0; width: 100%; font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span{ span{
color: #46b6f9; color: #46b6f9;
} }
......
...@@ -371,6 +371,9 @@ export default { ...@@ -371,6 +371,9 @@ export default {
margin: 0; margin: 0;
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span { span {
color: #46b6f9; color: #46b6f9;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment