-
Updated
Sep 8, 2020 - Vue
admin
Here are 1,898 public repositories matching this topic...
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Vue
gorm_v2版本初始化数据方法
在go项目的main.go下 27行
if global.GVA_CONFIG.System.NeedInitData {
init_data.InitData() // 通过配置文件初始化数据 默认为 false 首次运行需要将 ./config.yaml中 system下的 need-init-data 修改为true
}此处修改为根据配置文件来决定是否开启初始化
在跟目录的config.yaml中的system下存在一行
need-init-data: false
将此参数设定为true则会执行初始化代码
切记初次开启后 计得关闭
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Apr 29, 2020 - Vue
-
Updated
May 10, 2020 - JavaScript
Describe the bug
Some of the countries that are available for selection seem to be missing flag images (we have 198). This results in broken img elements.
To Reproduce
Select "American Samoa" (AS) or "Åland Islands" (AX).
(OPTIONAL) Additional context
Either add missing flags, or to also future proof it add either a fallback or hide the flag img element if it fails to
-
Updated
May 17, 2020 - Java
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 24, 2020 - Vue
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Sep 7, 2020 - Java
-
Updated
Sep 8, 2020 - Vue
-
Updated
Aug 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."


What you were expecting:
I want to see a welcome banner with a beautiful color gradient.
What happened instead:
See the following screenshot:
Note that the weird colors don't reflect the real ones. My screenshot app is not perfect... :(
**Steps to reproduc