fix: 处理冲突

This commit is contained in:
奔跑的面条 2024-04-10 11:49:55 +08:00
parent 092af3df2a
commit cd4ce6bafa
5 changed files with 0 additions and 36 deletions

View File

@ -55,10 +55,6 @@ const rangeModelStyle = computed(() => {
position: relative;
transform-origin: left top;
background-size: cover;
<<<<<<< HEAD
border-radius: 10px;
=======
>>>>>>> dev
overflow: hidden;
@include fetch-border-color('hover-border-color');
@include fetch-bg-color('background-color2');

View File

@ -93,33 +93,20 @@ watch(
position: absolute;
width: 100%;
height: 100%;
<<<<<<< HEAD
border-radius: 5px;
=======
>>>>>>> dev
overflow: hidden;
}
.select-border {
left: 0;
top: 0;
<<<<<<< HEAD
opacity: 0.5;
border-width: 2px;
=======
opacity: 1;
border-width: 1px;
>>>>>>> dev
border-style: solid;
border-color: v-bind('themeColor');
}
.select-background {
top: 2px;
left: 2px;
<<<<<<< HEAD
opacity: 0.2;
=======
opacity: 0.08;
>>>>>>> dev
background-color: v-bind('themeColor');
}
}

View File

@ -139,11 +139,7 @@ const hide = computed(() => {
position: absolute;
width: 100%;
height: 100%;
<<<<<<< HEAD
border-radius: 10px;
=======
border-radius: 4px;
>>>>>>> dev
}
.shape-modal-select {

View File

@ -182,21 +182,13 @@ const btnList: BtnListType[] = [
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
<<<<<<< HEAD
icon: ShareIcon
=======
icon: DownloadIcon
>>>>>>> dev
},
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
<<<<<<< HEAD
icon: DownloadIcon,
=======
icon: ShareIcon,
>>>>>>> dev
handle: exportHandle
},
{
@ -239,11 +231,8 @@ $asideBottom: 70px;
border: 1px solid;
@include fetch-border-color('hover-border-color-shallow');
&.aside {
<<<<<<< HEAD
=======
display: flex;
justify-content: center;
>>>>>>> dev
flex-direction: column-reverse;
height: auto;
right: 20px;

View File

@ -193,10 +193,6 @@ onMounted(() => {
@include background-image('background-point');
@include goId('chart-edit-content') {
<<<<<<< HEAD
border-radius: 10px;
=======
>>>>>>> dev
overflow: hidden;
@extend .go-transition;
@include fetch-theme('box-shadow');