Revert "年月搜索框调小 登录页图标调小"
This reverts commit 54741347130a83ad189d058d996bf0aa0e9f4540.
This commit is contained in:
@@ -209,7 +209,7 @@ const initTable = async () => {
|
||||
menu: false,
|
||||
addBtn: false,
|
||||
height: isHeight ? 'auto' : undefined,
|
||||
calcHeight: isHeight ? 10 : '',
|
||||
calcHeight: isHeight ? 160 : '',
|
||||
index: reportVo.tableConfig.includes('index'),
|
||||
border: reportVo.tableConfig.includes('border'),
|
||||
stripe: reportVo.tableConfig.includes('stripe'),
|
||||
@@ -281,11 +281,6 @@ const initTable = async () => {
|
||||
tableSearch.value[config.prop]=item.searchDefaultValue
|
||||
}
|
||||
}
|
||||
if(['年','年度','年份','月','月度','月份','年月'].includes(item.fieldName)){
|
||||
config.searchSpan=3
|
||||
config.searchLabelWidth=60
|
||||
|
||||
}
|
||||
if(!!item.isAmount){
|
||||
index==0?amountFieds.value.fistField=config.prop:''
|
||||
amountFieds.value[item.isAmount]=config
|
||||
@@ -354,7 +349,7 @@ const initTableLayout = () => {
|
||||
|
||||
if (tableInfo.value.isHeight || props.calcHeight) {
|
||||
const calcH = props.calcHeight
|
||||
let calcHeight = calcH || 10
|
||||
let calcHeight = calcH || 160
|
||||
if (calcH) tableOption.value.height = 'auto'
|
||||
tableOption.value.calcHeight = calcHeight
|
||||
}
|
||||
|
||||
@@ -1,14 +1,19 @@
|
||||
<template>
|
||||
<div :class="prefixCls" class="relative h-[100%]" :style="{ backgroundImage: 'url(' + localImage + ')' ,backgroundSize:'cover'}">
|
||||
<div class="relative mx-auto h-full flex" style=" margin: 0 auto;">
|
||||
<div
|
||||
:class="prefixCls"
|
||||
class="relative h-[100%]"
|
||||
:style="{ backgroundImage: 'url(' + localImage + ')', backgroundSize: 'cover' }"
|
||||
>
|
||||
<div class="relative mx-auto h-full flex" style="margin: 0 auto">
|
||||
<div
|
||||
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">
|
||||
<div
|
||||
:class="newClass"
|
||||
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"
|
||||
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"
|
||||
>
|
||||
<div class="bg-#fff dark:bg-[var(--login-bg-color)] b-rounded-20px px-20px">
|
||||
<!-- 账号登录 -->
|
||||
@@ -20,23 +25,23 @@
|
||||
</div>
|
||||
<div class="tags">
|
||||
<div class="module cockpit">
|
||||
<img :src="jsc"/>
|
||||
<img :src="jsc" />
|
||||
驾驶舱
|
||||
</div>
|
||||
<div class="module iot">
|
||||
<img :src="wlzt"/>
|
||||
<img :src="wlzt" />
|
||||
物联中台
|
||||
</div>
|
||||
<div class="module data-center">
|
||||
<img :src="sjzt"/>
|
||||
<img :src="sjzt" />
|
||||
数据中台
|
||||
</div>
|
||||
<div class="module report">
|
||||
<img :src="znbb"/>
|
||||
<img :src="znbb" />
|
||||
智能报表
|
||||
</div>
|
||||
<div class="module digital-twin">
|
||||
<img :src="szls"/>
|
||||
<img :src="szls" />
|
||||
数字孪生
|
||||
</div>
|
||||
</div>
|
||||
@@ -55,8 +60,6 @@ import sjzt from '@/assets/imgs/sjzt.png'
|
||||
import szls from '@/assets/imgs/szls.png'
|
||||
import wlzt from '@/assets/imgs/wlzt.png'
|
||||
import znbb from '@/assets/imgs/znbb.png'
|
||||
|
||||
// import { useRoute } from 'vue-router';
|
||||
import localImage from '@/assets/imgs/background.jpg'
|
||||
|
||||
defineOptions({ name: 'Login' })
|
||||
@@ -67,7 +70,6 @@ const { getPrefixCls } = useDesign()
|
||||
const prefixCls = getPrefixCls('login')
|
||||
const windowSize = useWindowSize()
|
||||
const loginAnimationData = ref(loginAnimation['default'])
|
||||
|
||||
const leftStyle = computed(() => {
|
||||
const winW = windowSize.width.value
|
||||
const leftW = winW / 2
|
||||
@@ -96,6 +98,14 @@ const leftStyle = computed(() => {
|
||||
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 mobile = appStore.getMobile ? 'is-mobile' : ''
|
||||
const toggle = appStore.getFullscreen ? 'is-toggle' : ''
|
||||
@@ -125,13 +135,13 @@ $prefix-cls: #{$namespace}-login;
|
||||
transform: translate(-50%, -50%) scale(0.7, 0.6);
|
||||
}
|
||||
|
||||
.tags{
|
||||
position:absolute;
|
||||
bottom:20px;
|
||||
left:50%;
|
||||
.tags {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 50%;
|
||||
display: grid;
|
||||
width: 860px;
|
||||
transform:translateX(-50%);
|
||||
width: 1000px;
|
||||
transform: translateX(-50%);
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: auto auto;
|
||||
gap: 20px;
|
||||
@@ -150,8 +160,8 @@ $prefix-cls: #{$namespace}-login;
|
||||
}
|
||||
|
||||
.module img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
margin-bottom: 16px;
|
||||
object-fit: contain;
|
||||
}
|
||||
@@ -162,8 +172,8 @@ $prefix-cls: #{$namespace}-login;
|
||||
.module.digital-twin {
|
||||
flex-direction: row;
|
||||
gap: 50px; /* 图标和文字之间的间距 */
|
||||
img{
|
||||
margin:0
|
||||
img {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,8 +183,8 @@ $prefix-cls: #{$namespace}-login;
|
||||
background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%));
|
||||
|
||||
img {
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user