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 {
margin: 0;
width: 100%;
font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span {
color: #46b6f9;
}
......
......@@ -392,6 +392,9 @@ export default {
}
.leftP{
height: 30px; line-height: 30px; margin: 0; width: 100%; font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span{
color: #46b6f9;
}
......
......@@ -371,6 +371,9 @@ export default {
margin: 0;
width: 100%;
font-size: 14px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
span {
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