Since CSS-in-JS supports importing on demand, the original ant-design-vue/dist/antd.css has also been removed. If you need to reset some basic styles, please import ant-design-vue/dist/reset .css. If you need to reset the style of the component and don't want to introduce ant-design...
import React from 'react'; import { Menu } from 'antd'; import './index.less'; // 引入侧边栏配置 import MenuConfig from '../../config/menuConfig'; const { SubMenu } = Menu; class index extends React.Component { constructor(props) { super(props); this.state = { }; } // 刷新挂...
是指在自定义的TextView子类中,textViewDidChange方法没有被触发的情况。 TextView是一种常用的UI控件,用于显示和编辑文本内容。在iOS开发中,可以通过自定义TextV...
25 - return { getAntdLocale }; 26 - }, 27 - }); 18 + useTitle(); 28 19 src/components/Button/src/BasicButton.vue +2-2 Original file line numberDiff line numberDiff line change @@ -1,8 +1,8 @@ 1 1 <template> 2 2 <Button v-bind="getBindValue" :class="ge...
import { notification } from 'antd'; import React, { useEffect, useRef } from 'react'; const openNotification = (msg: string) => { notification.open({ message: '系统消息', description: msg, icon:<ExclamationCircleOutlined style={{ color: '#108ee9' }} />, duration:5 description: ms...
Since CSS-in-JS supports importing on demand, the original ant-design-vue/dist/antd.css has also been removed. If you need to reset some basic styles, please import ant-design-vue/dist/reset .css. If you need to reset the style of the component and don't want to introduce ant-design...
Since CSS-in-JS supports importing on demand, the original ant-design-vue/dist/antd.css has also been removed. If you need to reset some basic styles, please import ant-design-vue/dist/reset .css. If you need to reset the style of the component and don't want to introduce ant-design...
background-color: #444; } .instanceName { .instanceInfo { display: grid; grid-template-columns: 30px auto; .icon { font-size: 18px; font-size: 22px; } .version { font-size: 10px; } } 7 assets/src/pages/app/components/Config/components/LeftSide/components/Publish/index.tsx @@ -...
46 46 label: Icon Packs 47 + wallpaper: 48 + select: Select Wallpaper 47 49 accent_color: Accent Color 48 50 toolbar: 49 51 enable: Enable Fancy Toolbar Diff for: src/apps/settings/modules/general/main/infra/Wallpaper.tsx +38 Original file line numberDiff line numberDiff...
- [gitee 地址](https://gitee.com/buqiyuan/vue3-antdv-admin) - 根据JSON 生成 typescript 的工具:[http://json2ts.com/](http://json2ts.com/) Expand Down 54 changes: 0 additions & 54 deletions 54 default.conf.template Show comments View file Edit file Delete file Load diff This ...