EasyUI Forum
September 14, 2025, 02:17:15 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for Vue / How to directly import js file from Broswer on: September 19, 2019, 11:40:27 PM
As follow,How to directly import js file from Broswer

```
    <link href="~/lib/vueeasyui/easyui.css" rel="stylesheet" />
    <link href="~/lib/vueeasyui/icon.css" rel="stylesheet" />
    <link href="~/lib/vueeasyui/vue.css" rel="stylesheet" />   
    <script src="~/lib/vueeasyui/vx-easyui-min.js"></script>
    <script type="text/javascript">
         Vue.use(EasyUI);
    </script>
```

It don't work,conn't use easyui for vue component
2  General Category / EasyUI for Vue / Re: Height inconsistency with frozen columns in easyui for vue on: September 19, 2019, 07:47:30 PM
As Attachment.that Define a hidden column with multiple lines in the un-frozen columns only make the first line height consistent,the other will become strange.If I cancel `white-space: pre-line;` style,All is ok unless break line.
If i use `white-space: pre;` style,the line height will occur a little inconsistent
3  General Category / EasyUI for Vue / Re: Height inconsistency with frozen columns in easyui for vue on: September 19, 2019, 07:28:22 PM
4  General Category / EasyUI for Vue / Height inconsistency with frozen columns in easyui for vue on: June 19, 2019, 02:59:59 AM
when the lines of content is not equel,The row height corresponding to the frozen column will be inconsistent。as follow:


https://photos.app.goo.gl/vtWA8VMgKoB2E2yD6


冻结列所在行的行高是一致的,另外一部分高度则变得不同。use css
Code:
.datagrid-cell{
  overflow-wrap: break-word;
    white-space: pre-line;
}

What should I do to fix this bug,or other settings that can achieve the same height?感谢帮助解答
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!