This commit is contained in:
DESKTOP-AD8UBUJ\ling
2026-03-02 16:30:29 +08:00
parent 19ecd53269
commit 901572cd89
2 changed files with 76 additions and 81 deletions

View File

@@ -209,7 +209,7 @@ const initTable = async () => {
menu: false, menu: false,
addBtn: false, addBtn: false,
height: isHeight ? 'auto' : undefined, height: isHeight ? 'auto' : undefined,
calcHeight: isHeight ? 160 : '', calcHeight: isHeight ? 10 : '',
index: reportVo.tableConfig.includes('index'), index: reportVo.tableConfig.includes('index'),
border: reportVo.tableConfig.includes('border'), border: reportVo.tableConfig.includes('border'),
stripe: reportVo.tableConfig.includes('stripe'), stripe: reportVo.tableConfig.includes('stripe'),
@@ -281,6 +281,11 @@ const initTable = async () => {
tableSearch.value[config.prop]=item.searchDefaultValue tableSearch.value[config.prop]=item.searchDefaultValue
} }
} }
if(['年','年度','年份','月','月度','月份','年月'].includes(item.fieldName)){
config.searchSpan=3
config.searchLabelWidth=60
}
if(!!item.isAmount){ if(!!item.isAmount){
index==0?amountFieds.value.fistField=config.prop:'' index==0?amountFieds.value.fistField=config.prop:''
amountFieds.value[item.isAmount]=config amountFieds.value[item.isAmount]=config
@@ -349,7 +354,7 @@ const initTableLayout = () => {
if (tableInfo.value.isHeight || props.calcHeight) { if (tableInfo.value.isHeight || props.calcHeight) {
const calcH = props.calcHeight const calcH = props.calcHeight
let calcHeight = calcH || 160 let calcHeight = calcH || 10
if (calcH) tableOption.value.height = 'auto' if (calcH) tableOption.value.height = 'auto'
tableOption.value.calcHeight = calcHeight tableOption.value.calcHeight = calcHeight
} }

View File

@@ -1,19 +1,14 @@
<template> <template>
<div <div :class="prefixCls" class="relative h-[100%]" :style="{ backgroundImage: 'url(' + localImage + ')' ,backgroundSize:'cover'}">
:class="prefixCls" <div class="relative mx-auto h-full flex" style=" margin: 0 auto;">
class="relative h-[100%]"
:style="{ backgroundImage: 'url(' + localImage + ')', backgroundSize: 'cover' }"
>
<div class="relative mx-auto h-full flex" style="margin: 0 auto">
<div <div
class="relative flex-1 p-30px lt-sm:p-10px overflow-x-hidden overflow-y-auto" class="relative flex-1 p-30px lt-sm:p-10px overflow-x-hidden overflow-y-auto"
:class="`${prefixCls}__right`" :class="`${prefixCls}__right`">
>
<!-- 右边的登录界面 --> <!-- 右边的登录界面 -->
<Transition appear enter-active-class="animate__animated animate__bounceInRight"> <Transition appear enter-active-class="animate__animated animate__bounceInRight">
<div <div
:class="newClass" :class="newClass"
class="pos-relative z-2 m-auto h-[calc(100%-60px)] w-[100%] flex items-center at-2xl:max-w-500px at-lg:max-w-500px at-md:max-w-500px at-xl:max-w-500px" class="pos-relative z-2 m-auto h-[calc(100%-200px)] w-[100%] flex items-center at-2xl:max-w-500px at-lg:max-w-500px at-md:max-w-500px at-xl:max-w-500px"
> >
<div class="bg-#fff dark:bg-[var(--login-bg-color)] b-rounded-20px px-20px"> <div class="bg-#fff dark:bg-[var(--login-bg-color)] b-rounded-20px px-20px">
<!-- 账号登录 --> <!-- 账号登录 -->
@@ -60,6 +55,8 @@ import sjzt from '@/assets/imgs/sjzt.png'
import szls from '@/assets/imgs/szls.png' import szls from '@/assets/imgs/szls.png'
import wlzt from '@/assets/imgs/wlzt.png' import wlzt from '@/assets/imgs/wlzt.png'
import znbb from '@/assets/imgs/znbb.png' import znbb from '@/assets/imgs/znbb.png'
// import { useRoute } from 'vue-router';
import localImage from '@/assets/imgs/background.jpg' import localImage from '@/assets/imgs/background.jpg'
defineOptions({ name: 'Login' }) defineOptions({ name: 'Login' })
@@ -70,6 +67,7 @@ const { getPrefixCls } = useDesign()
const prefixCls = getPrefixCls('login') const prefixCls = getPrefixCls('login')
const windowSize = useWindowSize() const windowSize = useWindowSize()
const loginAnimationData = ref(loginAnimation['default']) const loginAnimationData = ref(loginAnimation['default'])
const leftStyle = computed(() => { const leftStyle = computed(() => {
const winW = windowSize.width.value const winW = windowSize.width.value
const leftW = winW / 2 const leftW = winW / 2
@@ -98,14 +96,6 @@ const leftStyle = computed(() => {
return { lottie, bottomText, logo } return { lottie, bottomText, logo }
}) })
onMounted(() => {
const queryParams = new URLSearchParams(window.location.search);
const paramValue = queryParams.get('url'); // 获取查询参数值,例如 ?paramName=value 中的 value
debugger
});
const newClass = computed(() => { const newClass = computed(() => {
const mobile = appStore.getMobile ? 'is-mobile' : '' const mobile = appStore.getMobile ? 'is-mobile' : ''
const toggle = appStore.getFullscreen ? 'is-toggle' : '' const toggle = appStore.getFullscreen ? 'is-toggle' : ''
@@ -140,7 +130,7 @@ $prefix-cls: #{$namespace}-login;
bottom:20px; bottom:20px;
left:50%; left:50%;
display: grid; display: grid;
width: 1000px; width: 860px;
transform:translateX(-50%); transform:translateX(-50%);
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto; grid-template-rows: auto auto;
@@ -160,8 +150,8 @@ $prefix-cls: #{$namespace}-login;
} }
.module img { .module img {
width: 72px; width: 60px;
height: 72px; height: 60px;
margin-bottom: 16px; margin-bottom: 16px;
object-fit: contain; object-fit: contain;
} }
@@ -173,7 +163,7 @@ $prefix-cls: #{$namespace}-login;
flex-direction: row; flex-direction: row;
gap: 50px; /* 图标和文字之间的间距 */ gap: 50px; /* 图标和文字之间的间距 */
img{ img{
margin: 0; margin:0
} }
} }
@@ -183,8 +173,8 @@ $prefix-cls: #{$namespace}-login;
background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%)); background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%));
img { img {
width: 130px; width: 110px;
height: 130px; height: 110px;
} }
} }