浏览代码

水质管理

master
huxinglu 4 年前
父节点
当前提交
ea5ad2c1bc
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      src/views/command/quality/qualityRight.vue

+ 9
- 0
src/views/command/quality/qualityRight.vue 查看文件

@@ -246,6 +246,10 @@
font-size: 0.12rem;
color: #999999;
line-height: 0.2rem;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
}

@@ -299,6 +303,11 @@

> div:first-child {
line-height: 0.17rem;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}

> div:last-child {

正在加载...
取消
保存