修改整体字号
This commit is contained in:
@@ -1220,7 +1220,8 @@ export default defineComponent({
|
||||
|
||||
.home_page_left {
|
||||
// width: 44.4rem;
|
||||
width: 55rem;
|
||||
// width: 55rem;
|
||||
width: 35%;
|
||||
height: 100%;
|
||||
padding: 2rem 0 0 0;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
|
||||
@@ -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">
|
||||
<div class="content_body_header_right content_body_header_right_updata">
|
||||
<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=3
|
||||
:max-collapse-tags=1
|
||||
:props="props"
|
||||
:collapse-tags-tooltip="true"
|
||||
ref="cascader"
|
||||
@@ -263,7 +263,7 @@
|
||||
|
||||
<div
|
||||
class="upload_component upload_file_item"
|
||||
v-show="selectGenerateList.length <= 2"
|
||||
v-show="selectGenerateList.length < 1"
|
||||
>
|
||||
<a-upload
|
||||
:action="uploadUrl + '/api/element/upload'"
|
||||
@@ -276,7 +276,7 @@
|
||||
:headers="{Authorization:token}"
|
||||
v-model:file-list="selectGenerateList"
|
||||
multiple
|
||||
:maxCount="3"
|
||||
:maxCount="1"
|
||||
accept=".jpg,.png,.jpeg,.bmp"
|
||||
@change="generateFileUploadChange"
|
||||
>
|
||||
@@ -329,7 +329,7 @@
|
||||
v-model:visible="renameVisivle"
|
||||
:footer="null"
|
||||
:title="$t('LibraryPage.Rename')"
|
||||
width="65%"
|
||||
width="75%"
|
||||
:keyboard="false"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
@@ -1454,10 +1454,10 @@ export default defineComponent({
|
||||
display: flex;
|
||||
padding-top: 2rem;
|
||||
.library_body_left{
|
||||
width: 26.5rem;
|
||||
width: 22.5rem;
|
||||
margin-right: auto;
|
||||
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% - 23.5rem);
|
||||
width: calc(100% - 27.5rem);
|
||||
height: 100%;
|
||||
|
||||
.header_operate_item{
|
||||
@@ -1555,7 +1555,8 @@ export default defineComponent({
|
||||
.content_search_block{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 75rem;
|
||||
width: 58rem;
|
||||
// width: 75rem;
|
||||
.search_input{
|
||||
// width: 20.8rem;
|
||||
// padding-left: 1.5rem;
|
||||
@@ -1579,8 +1580,8 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
.search_cascader{
|
||||
// width: 53%;
|
||||
width: 38rem;
|
||||
// width: 38rem;
|
||||
width: 25rem;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
@@ -1671,7 +1672,7 @@ export default defineComponent({
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
// padding: 2rem 0 2rem 3rem;
|
||||
padding-left: 3rem;
|
||||
padding-left: 1rem;
|
||||
box-sizing: content-box;
|
||||
justify-content: space-between;
|
||||
.content_body_header_left{
|
||||
@@ -1680,7 +1681,11 @@ export default defineComponent({
|
||||
}
|
||||
.content_body_header_right{
|
||||
display: flex;
|
||||
width: 43rem;
|
||||
// width: 43rem;
|
||||
width: 32rem;
|
||||
&.content_body_header_right_updata{
|
||||
width: 27rem;
|
||||
}
|
||||
}
|
||||
.check_all_block{
|
||||
display: flex;
|
||||
@@ -1711,7 +1716,7 @@ export default defineComponent({
|
||||
&.content_body_header_generate{
|
||||
justify-content: flex-start;
|
||||
.checkboxItem {
|
||||
margin-right: 4rem;
|
||||
margin-right: 2rem;
|
||||
label {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
@@ -1720,7 +1725,7 @@ export default defineComponent({
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
span {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
@@ -1729,7 +1734,7 @@ export default defineComponent({
|
||||
background:initial;
|
||||
padding: 1.5rem 0;
|
||||
input{
|
||||
width: 30rem;
|
||||
width: 20rem;
|
||||
height: 3rem;
|
||||
&.active{
|
||||
cursor: no-drop;
|
||||
@@ -1737,14 +1742,14 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.generage_btn{
|
||||
margin: 0 3rem;
|
||||
margin: 0 2rem;
|
||||
}
|
||||
}
|
||||
.printModel{
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
>div{
|
||||
width: 13rem;
|
||||
width: 12rem;
|
||||
// display: flex;
|
||||
display: block;
|
||||
border-radius: 1rem;
|
||||
@@ -1780,12 +1785,12 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
.upload_item{
|
||||
margin-left: 4rem;
|
||||
margin-left: 2rem;
|
||||
.upload_file_item{
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
margin: 0;
|
||||
margin-right: 2rem;
|
||||
// margin-right: 2rem;
|
||||
}
|
||||
.upload_component{
|
||||
margin: 0;
|
||||
@@ -1822,8 +1827,8 @@ export default defineComponent({
|
||||
border: 0.1rem solid transparent;
|
||||
// width: 16.5rem;
|
||||
// height: 16.5rem;
|
||||
width: 17rem;
|
||||
height: 17rem;
|
||||
width: 15rem;
|
||||
height: 15rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@@ -561,7 +561,7 @@ export default defineComponent({
|
||||
left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
// width: 60rem;
|
||||
width: 150rem;
|
||||
width: 130rem;
|
||||
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: 3rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.marign_top40 {
|
||||
margin-top: 4rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.tip_content {
|
||||
|
||||
Reference in New Issue
Block a user