@ -104,6 +104,6 @@ const getThemeOverrides = computed(() => {
height: 14px !important;
}
.v-binder-follower-content {
left: -60px;
//left: -60px;
</style>
@ -113,7 +113,7 @@ async function getData() {
</script>
1
<template>
<div class="header_wrap" :style="hasColor ? '' : 'margin-top: 7.375rem;'">
<div v-for="(item, index) in data" :key="index" class="header_box">
@ -1005,8 +1005,9 @@ defineExpose({
.img-name {
// width: 70%;
width: 15px;
height: 15px;
font-size: 12px;
width: 115px;
height: 20px;
color: #fff;
/* 设置文本溢出时的样式为省略号 */
text-overflow: ellipsis;
@ -35,6 +35,9 @@ function setAsideItemName(text) {
:deep(.ip_box){
z-index: 50;
:deep(.header_wrap){
margin-top: 3px !important;
.main {
display: flex;
flex-direction: row;
@ -32,6 +32,9 @@ const ApprovalOver = (packageId) => {
</template>
<style lang="less" scoped>