-
Elder-ui table column beyond the partial save with a slight suspension hint:
:show-overflow-tooltip="true" Copy the code
-
:show-overflow-tooltip=”true” prop=”sign” label=” signature “width=”200”>
-
Textarea: style=”resize:none”;
-
To achieve the same height, just set the parent element to display:flex; Display :table; display:table; Display :table-cell; It can be done).
-
Text overflow ellipsis: overflow:hidden; text-overflow:ellipsis; white-space:nowrap
-
Block default events (form or A tag)
-
this.preventDefault()
-
Ternary operator;
-
V -if else, 1 is a coach, otherwise it is an ordinary member: Coach ordinary member
-
{{scope.row.type == 1? ‘Coach ‘:’ Regular Member ‘}}