Commit 01e1dd23 authored by ninglx's avatar ninglx

调整应用列表样式

parent 6531d8a8
......@@ -119,7 +119,8 @@
<div class="imgages">
<img :src="item.image" />
</div>
<div class="titleName"
<div
class="titleName"
:title="item.nameEn"
v-if="selectNode.nameEn != 'external'"
>
......@@ -1109,7 +1110,7 @@ export default {
.titleFamliy
.topData
.titleName {
height: 40px;
height: 40px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
......@@ -1185,6 +1186,16 @@ export default {
cursor: pointer;
color: #333;
}
#navigation
.displayBoard
.panelBom
.treeStyle
.titleFamliy
.bottomData
.unUrl
span:hover {
color: #268aed;
}
#navigation
.displayBoard
.panelBom
......
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