无人机管理后台前端(已迁走)
张含笑
2025-11-22 67ceece23d6313a76944fd4e7271d3ad28d41783
feat:样式调整
1 files modified
13 ■■■■■ changed files
src/views/tickets/ticketComponent/TicketDetailDialog.vue 13 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticketComponent/TicketDetailDialog.vue
@@ -391,7 +391,7 @@
import { ElMessage} from 'element-plus';
const store = useStore()
const userInfo = computed(() => store.state.user.userInfo)
console.log('userInfo',userInfo.value);
// console.log('userInfo',userInfo.value);
// 定义props
const props = defineProps({
  modelValue: {
@@ -780,6 +780,7 @@
 transition: max-height 0.3s ease-out;
  .el-dialog__body {
    border-top: 0.1rem solid #f0f0f0;
    overflow: hidden;
  }
}
@@ -869,7 +870,7 @@
.dialog-footer1-new {
  position: sticky;
  bottom: 28px;
  // bottom: 28px;
  left: 0;
  right: 0;
  background: white;
@@ -1066,11 +1067,13 @@
}
.PopUpTableScrolls {
  max-height: 600px;
  overflow-y: scroll;
  max-height: calc(100vh - 380px);
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
  scrollbar-width: thin;
}
.media-box {
  width: 100%;
  border: 1px solid #dcdfe6;