vue-low-code icon indicating copy to clipboard operation
vue-low-code copied to clipboard

yarn download generate figma stroke design conflict *Bug

Open fahad-islam opened this issue 2 years ago • 4 comments

Hi there,

There are some design conflicts going on with the library. *luisa-vue

If I do test stuff in development mode, configs are:

design: {
    figmaFile: "..............................",
    figmaAccessKey: "..............................",
}

output I get, as expected

Screenshot from 2022-10-28 10-36-39

But when I use yarn download

output is different than expectations

Screenshot from 2022-10-28 10-35-12

Kindly, work on it...

regards, Muhammad Fahad Islam.

Email: [email protected] Twitter: https://www.twitter.com/_fahadislam Github: @fahad-islam

fahad-islam avatar Oct 28 '22 05:10 fahad-islam

Hi,

can you try opting the Luisa-util to "1.0.10"?

npm install [email protected]

The old version didn't support single borders. If this didn't fix the issue, please share the prototype with me.

KlausSchaefers avatar Oct 28 '22 13:10 KlausSchaefers

Link to Prototype: https://www.figma.com/file/WJWkLVtQlInibU8Tyq6FEd/Untitled?node-id=0%3A1

can we have a short call via meet.google.com

Screenshot from 2022-10-28 21-26-47

How can I fix the *label text below the row?

How can I pick a specific page via Luisa-util?

Please give a short example demo or get on a call with me!

I updated from the old version to "1.0.10" & border got fixed!

By all means Thankyou so much!

fahad-islam avatar Oct 28 '22 16:10 fahad-islam

Hi,

I will have to look more into this. Can you try to set the height to fixed? This looks like some overflow issue... Otherwise could you check if you could add some css to cut-off overflows?

.<custom _ class> .luisa .<cell_name> {
text-overflow: ellipsis
}

KlausSchaefers avatar Oct 30 '22 20:10 KlausSchaefers

Just to make sure, when you load over the API the table still looks good?

KlausSchaefers avatar Oct 30 '22 20:10 KlausSchaefers