fix:顶部间距调整 查重图片名字不全 下拉框偏移

pull/230/head
lihui_ocr 1 year ago
parent df6e795b57
commit 37b46395ef

@ -104,6 +104,6 @@ const getThemeOverrides = computed(() => {
height: 14px !important; height: 14px !important;
} }
.v-binder-follower-content { .v-binder-follower-content {
left: -60px; //left: -60px;
} }
</style> </style>

@ -113,7 +113,7 @@ async function getData() {
} }
} }
</script> </script>
1
<template> <template>
<div class="header_wrap" :style="hasColor ? '' : 'margin-top: 7.375rem;'"> <div class="header_wrap" :style="hasColor ? '' : 'margin-top: 7.375rem;'">
<div v-for="(item, index) in data" :key="index" class="header_box"> <div v-for="(item, index) in data" :key="index" class="header_box">

@ -1005,8 +1005,9 @@ defineExpose({
.img-name { .img-name {
// width: 70%; // width: 70%;
width: 15px; font-size: 12px;
height: 15px; width: 115px;
height: 20px;
color: #fff; color: #fff;
/* 设置文本溢出时的样式为省略号 */ /* 设置文本溢出时的样式为省略号 */
text-overflow: ellipsis; text-overflow: ellipsis;

@ -35,6 +35,9 @@ function setAsideItemName(text) {
:deep(.ip_box){ :deep(.ip_box){
z-index: 50; z-index: 50;
} }
:deep(.header_wrap){
margin-top: 3px !important;
}
.main { .main {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

@ -32,6 +32,9 @@ const ApprovalOver = (packageId) => {
</template> </template>
<style lang="less" scoped> <style lang="less" scoped>
:deep(.header_wrap){
margin-top: 3px !important;
}
.main { .main {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

Loading…
Cancel
Save