EasyUI Forum
May 14, 2024, 06:45:37 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: sidemenu component multiple level menu icon does not work properly  (Read 4699 times)
fengdie
Jr. Member
**
Posts: 87


View Profile Email
« on: September 25, 2018, 10:29:06 PM »

Code:
menus:[
{
text: "报表中心",
iconCls: "fa fa-wpforms",
state: "closed",
children: [
{
text: '顾客报表',
iconCls: "fa fa-wpforms",
children: [
{
text: "客户消费明细表",
code: 'report.customer.product',
},
{
text: '客户治疗明细表',
code: 'report.customer.cure'
}
]
}
]
}
]

----------------
ps:I can't upload attachments, the prompt is full
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: September 27, 2018, 12:01:27 AM »

Please import CSS files before the 'App' component.
Code:
import 'vx-easyui/dist/themes/default/easyui.css';
import 'vx-easyui/dist/themes/icon.css';
import 'vx-easyui/dist/themes/vue.css';
import Vue from 'vue/dist/vue.js'
import App from './App.vue'
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!