This commit is contained in:
X1627315083
2024-01-10 09:34:32 +08:00
parent fd4ed51bf5
commit 59c5e59347
25 changed files with 64 additions and 76 deletions

View File

@@ -1220,8 +1220,7 @@ export default defineComponent({
.home_page_left {
// width: 44.4rem;
// width: 55rem;
width: 30%;
width: 55rem;
height: 100%;
padding: 2rem 0 0 0;
background: rgba(255, 255, 255, 0.2);

View File

@@ -73,7 +73,7 @@
<div class="right_content_body" v-show="uploadGenerate =='Upload'">
<div class="content_body_header">
<div class="content_body_header_left">
<div class="content_body_header_right content_body_header_right_updata">
<div class="content_body_header_right">
<div :class="['header_operate_item' , 'fontSize','active']">
<a-upload
v-show="uploadGenerate == 'Upload'"
@@ -118,7 +118,7 @@
:show-all-levels="false"
:clearable="true"
:placeholder="$t('LibraryPage.Select')"
:max-collapse-tags=1
:max-collapse-tags=3
:props="props"
:collapse-tags-tooltip="true"
ref="cascader"
@@ -263,7 +263,7 @@
<div
class="upload_component upload_file_item"
v-show="selectGenerateList.length < 1"
v-show="selectGenerateList.length <= 2"
>
<a-upload
:action="uploadUrl + '/api/element/upload'"
@@ -276,7 +276,7 @@
:headers="{Authorization:token}"
v-model:file-list="selectGenerateList"
multiple
:maxCount="1"
:maxCount="3"
accept=".jpg,.png,.jpeg,.bmp"
@change="generateFileUploadChange"
>
@@ -329,7 +329,7 @@
v-model:visible="renameVisivle"
:footer="null"
:title="$t('LibraryPage.Rename')"
width="110rem"
width="65%"
:keyboard="false"
:maskClosable="false"
:centered="true"
@@ -1454,10 +1454,10 @@ export default defineComponent({
display: flex;
padding-top: 2rem;
.library_body_left{
width: 22.5rem;
margin-right: auto;
width: 26.5rem;
height: 100%;
background: rgba(255,255,255,0.4);
margin-right: 5rem;
>div{
background: #f7f8fa;
border-radius: 2rem;
@@ -1517,7 +1517,7 @@ export default defineComponent({
}
}
.library_body_right{
width: calc(100% - 27.5rem);
width: calc(100% - 23.5rem);
height: 100%;
.header_operate_item{
@@ -1555,8 +1555,7 @@ export default defineComponent({
.content_search_block{
display: flex;
align-items: center;
width: 58rem;
// width: 75rem;
width: 75rem;
.search_input{
// width: 20.8rem;
// padding-left: 1.5rem;
@@ -1580,8 +1579,8 @@ export default defineComponent({
}
}
.search_cascader{
// width: 38rem;
width: 25rem;
// width: 53%;
width: 38rem;
display: flex;
position: relative;
@@ -1672,7 +1671,7 @@ export default defineComponent({
justify-content: flex-end;
align-items: center;
// padding: 2rem 0 2rem 3rem;
padding-left: 1rem;
padding-left: 3rem;
box-sizing: content-box;
justify-content: space-between;
.content_body_header_left{
@@ -1681,11 +1680,7 @@ export default defineComponent({
}
.content_body_header_right{
display: flex;
// width: 43rem;
width: 32rem;
&.content_body_header_right_updata{
width: 27rem;
}
width: 43rem;
}
.check_all_block{
display: flex;
@@ -1716,7 +1711,7 @@ export default defineComponent({
&.content_body_header_generate{
justify-content: flex-start;
.checkboxItem {
margin-right: 2rem;
margin-right: 4rem;
label {
display: flex;
cursor: pointer;
@@ -1725,7 +1720,7 @@ export default defineComponent({
padding-left: 1.5rem;
}
span {
font-size: 1.2rem;
font-size: 1.4rem;
font-weight: 500;
}
}
@@ -1734,7 +1729,7 @@ export default defineComponent({
background:initial;
padding: 1.5rem 0;
input{
width: 20rem;
width: 30rem;
height: 3rem;
&.active{
cursor: no-drop;
@@ -1742,14 +1737,14 @@ export default defineComponent({
}
.generage_btn{
margin: 0 2rem;
margin: 0 3rem;
}
}
.printModel{
font-size: 1.2rem;
font-size: 1.4rem;
font-weight: 500;
>div{
width: 12rem;
width: 13rem;
// display: flex;
display: block;
border-radius: 1rem;
@@ -1785,12 +1780,12 @@ export default defineComponent({
}
}
.upload_item{
margin-left: 2rem;
margin-left: 4rem;
.upload_file_item{
width: 8rem;
height: 8rem;
margin: 0;
// margin-right: 2rem;
margin-right: 2rem;
}
.upload_component{
margin: 0;
@@ -1827,8 +1822,8 @@ export default defineComponent({
border: 0.1rem solid transparent;
// width: 16.5rem;
// height: 16.5rem;
width: 15rem;
height: 15rem;
width: 17rem;
height: 17rem;
display: flex;
align-items: center;
justify-content: center;

View File

@@ -561,7 +561,7 @@ export default defineComponent({
left: 50%;
transform: translate(-50%,-50%);
// width: 60rem;
width: 127rem;
width: 150rem;
background: #FFFFFF;
// box-shadow: -0.3rem 2rem 5.9rem 0px rgba(200,200,200,0.3);
border-radius: 1rem;
@@ -873,10 +873,10 @@ export default defineComponent({
}
.marign_top30 {
margin-top: 2rem;
margin-top: 3rem;
}
.marign_top40 {
margin-top: 3rem;
margin-top: 4rem;
}
.tip_content {