fix
This commit is contained in:
@@ -341,7 +341,8 @@ export default defineComponent({
|
||||
this.printModelList.forEach((item:any)=>{
|
||||
item.img = 'https://www.aida.com.hk/img/aida_logo.5ab4163e.png'
|
||||
})
|
||||
this.printModelList[3].img = -1
|
||||
if(this.printModelList[3])this.printModelList[3].img = -1
|
||||
|
||||
}
|
||||
this.printModel = this.printModelList[0]
|
||||
|
||||
|
||||
@@ -860,6 +860,10 @@ export default defineComponent({
|
||||
|
||||
<style lang="less">
|
||||
.layout_modal {
|
||||
user-select: none; /* 对现代浏览器有效 */
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
@@ -950,8 +954,8 @@ export default defineComponent({
|
||||
li{
|
||||
cursor: pointer;
|
||||
// border-radius: 50%;
|
||||
width: calc(1.5rem*1.2);
|
||||
height: calc(1.5rem*1.2);
|
||||
width: calc(2rem*1.2);
|
||||
height: calc(2rem*1.2);
|
||||
background-color: rgb(20, 188, 255);
|
||||
position: absolute;
|
||||
z-index: 1049;
|
||||
@@ -1015,24 +1019,28 @@ export default defineComponent({
|
||||
}
|
||||
.layout_angle_tr,.layout_angle_tl,.layout_angle_br,.layout_angle_bl{
|
||||
// opacity: 0;
|
||||
width: calc(.8rem*1.2);
|
||||
height: calc(.8rem*1.2);
|
||||
width: calc(2rem*1.2);
|
||||
height: calc(2rem*1.2);
|
||||
}
|
||||
.layout_angle_tr{
|
||||
right: 0%;
|
||||
top: 0;
|
||||
transform: translate(50%,-50%);
|
||||
}
|
||||
.layout_angle_tl{
|
||||
left: 0%;
|
||||
top: 0;
|
||||
transform: translate(-50%,-50%);
|
||||
}
|
||||
.layout_angle_br{
|
||||
right: 0%;
|
||||
bottom: 0%;
|
||||
transform: translate(50%,50%);
|
||||
}
|
||||
.layout_angle_bl{
|
||||
left: 0%;
|
||||
bottom: 0%;
|
||||
transform: translate(-50%,50%);
|
||||
}
|
||||
.eventNode{
|
||||
pointer-events: none;
|
||||
|
||||
@@ -996,7 +996,6 @@ methods: {
|
||||
top: 2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
>div{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@@ -1019,6 +1018,7 @@ methods: {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: .5rem;
|
||||
position: relative;
|
||||
border: .1rem solid #ccc;
|
||||
.fi-sr-heart{
|
||||
color: red;
|
||||
@@ -1028,7 +1028,7 @@ methods: {
|
||||
ul{
|
||||
top: 100%;
|
||||
position: absolute;
|
||||
width: 13rem;
|
||||
width: 10rem;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
border-radius: calc(1rem*1.2);
|
||||
|
||||
Reference in New Issue
Block a user