Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-layout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
pro-layout
Commits
d0171144
Commit
d0171144
authored
Nov 17, 2021
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add issue template from one-template/issue-template
parent
ac911538
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
93 additions
and
2 deletions
+93
-2
bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md
+24
-0
feature_request.md
.github/ISSUE_TEMPLATE/feature_request.md
+24
-0
question.md
.github/ISSUE_TEMPLATE/question.md
+24
-0
resource.md
.github/ISSUE_TEMPLATE/resource.md
+19
-0
README.md
README.md
+2
-2
No files found.
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
View file @
d0171144
---
name
:
🐛 报告 bug
about
:
Report Bug.
title
:
'
[BUG]
Report
bug'
labels
:
'
bug'
assignees
:
---
### 🐛 Bug 描述 Bug description
<!-- 请在上方详细地描述 bug,让大家都能理解。 -->
<!-- Please describe the bug in detail above so that everyone can understand. -->
### 🏞 期望结果 Desired result
<!-- 请在上方描述你原本期望看到的结果。 -->
<!-- Please describe above what you expected to see. -->
### 🚑 其他信息 Other information
<!-- 请在上方输入,如截图等其他信息。-->
<!-- Please enter other information such as screenshots above. -->
<!-- From: https://github.com/one-template/issue-template -->
.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
View file @
d0171144
---
name
:
🌟 需求、功能、建议
about
:
Needs, functions, suggestions.
title
:
'
[Feature]
New
function'
labels
:
'
feature'
assignees
:
---
### 🥰 需求描述 Description of Requirement
<!-- 请在上方详细地描述需求,让大家都能理解。 -->
<!-- Please describe you need in detail above so that everyone can understand. -->
### 🧐 解决方案 Solution
<!-- 如果你有解决方案,请在上方清晰地阐述。 -->
<!-- If you have a solution, please state it clearly above. -->
### 🚑 其他信息 Other information
<!-- 请在上方输入,如截图等其他信息。-->
<!-- Please enter other information such as screenshots above. -->
<!-- From: https://github.com/one-template/issue-template -->
.github/ISSUE_TEMPLATE/question.md
0 → 100644
View file @
d0171144
---
name
:
'
❓
疑问或需要帮助'
about
:
Question or need help
title
:
'
[Question]
Help'
labels
:
'
question'
assignees
:
'
'
---
### 🧐 问题描述 Problem Description
<!-- 详细地描述问题,让大家都能理解。 -->
<!-- Describe the problem in detail so that everyone can understand. -->
### 💻 示例代码 Sample code
<!-- 如果你有解决方案,在这里清晰地阐述。 -->
<!-- If you have a solution, state it clearly here. -->
### 🚑 其他信息 Other information
<!-- 如截图等其他信息可以贴在这里。 -->
<!-- Other information such as screenshots can be posted here. -->
<!-- From: https://github.com/one-template/issue-template -->
.github/ISSUE_TEMPLATE/resource.md
0 → 100644
View file @
d0171144
---
name
:
'
💎
资源参考'
about
:
Reference resources
title
:
'
[Resource]
some'
labels
:
'
resource'
assignees
:
'
'
---
### 😎 资源类别 Resource category
<!-- 描述你所提供资源的类别。 -->
<!-- Describe the type of resource you provide. -->
### 🎨 资源内容 Resource content
<!-- 列出你所提供资源的详细内容。 -->
<!-- List the details of the resources you provide. -->
<!-- From: https://github.com/one-template/issue-template -->
README.md
View file @
d0171144
...
...
@@ -28,7 +28,7 @@ npm i @ant-design-vue/pro-layout@next -S
## Basic Usage
Recommend look
[
Examples
](
./examples/
)
|
**Use Template https://github.com/sendya/preview-pro **
Recommend look
[
Examples
](
./examples/
)
or
[
Use Template
](
https://github.com/sendya/preview-pro
)
### Simple Usage
...
...
@@ -150,7 +150,7 @@ const layoutConf = reactive({
| zIndex | water-mark z-index | number | 9 |
| content | water-mark Content | string | - |
| fontColor | font-color | string |
`rgba(0,0,0,.15)`
|
| fontSize | font-size | string
` | `
number | 16 |
| fontSize | font-size | string
`
\
| `
number | 16 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment