伊利适配Aris和nqms建模方法(三)
This commit is contained in:
parent
c7654f258c
commit
b5f81f226c
@ -12,7 +12,7 @@
|
||||
:visible-arrow=false
|
||||
v-model="createDesignerVisible"
|
||||
@show="showCreateEvent">
|
||||
<div v-loading="createMethodLoading" element-loading-text="拼命加载中">
|
||||
<div v-loading="createMethodLoading" element-loading-text="拼命加载中" class="new-repository-box">
|
||||
<div>
|
||||
<ul>
|
||||
<li style="margin-bottom: 7px;" v-for="row in Math.ceil(fileMethodList.length/4)">
|
||||
@ -26,12 +26,13 @@
|
||||
<i class="awsui-iconfont icon-dynamic-repository"
|
||||
v-html="item.icon.code"></i>
|
||||
</div>
|
||||
<el-tooltip effect="dark" :content="item.methodName" placement="bottom">
|
||||
<div class="item-name text-general-color icon-text">
|
||||
<label :style="{cursor: item.cursor}">{{item.methodName}}</label>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </el-tooltip>-->
|
||||
</template>
|
||||
</li>
|
||||
</ul>
|
||||
@ -1530,6 +1531,19 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
.new-repository-box {
|
||||
max-height: 500px; /* 指定的最大高度 */
|
||||
overflow-y: auto; /* 纵向滚动条 */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* IE 10+ */
|
||||
}
|
||||
|
||||
.new-repository-box::-webkit-scrollbar { /* Chrome, Safari, Opera */
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.new-repository-item:hover .item-name {
|
||||
color: #4E7FF9;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user