Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_web
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
yujian
lmp_web
Commits
954dec76
Commit
954dec76
authored
Apr 09, 2024
by
mhw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
71b2ad6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
editOrAdd.vue
...tTraining/dataServices/dataCleansing/dialog/editOrAdd.vue
+9
-3
index.vue
...ews/gptTraining/modelManagement/modelEvaluation/index.vue
+1
-4
No files found.
src/views/gptTraining/dataServices/dataCleansing/dialog/editOrAdd.vue
View file @
954dec76
<!-- 创建 -->
<
template
>
<el-form
label-position=
"left"
ref=
"form"
label-width=
"auto"
:model=
"form"
:size=
"defaultFormItemSize"
:rules=
"rules"
class=
"form
Width
"
>
<el-form
label-position=
"left"
ref=
"form"
label-width=
"auto"
:model=
"form"
:size=
"defaultFormItemSize"
:rules=
"rules"
class=
"form
Box
"
>
<!--
<el-row
class=
"title"
>
基本信息
</el-row>
-->
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
...
...
@@ -341,8 +341,9 @@ export default {
}
</
script
>
<
style
scoped
>
.formWidth
{
/* width: 600px; */
.formBox
{
height
:
calc
(
100%
-
50px
);
overflow
:
scroll
;
}
.title
{
font-size
:
20px
;
...
...
@@ -361,4 +362,9 @@ export default {
flex-wrap
:
wrap
;
justify-content
:
space-around
;
}
.dialog-btn-layer
{
position
:
fixed
;
bottom
:
20px
;
right
:
20px
;
}
</
style
>
src/views/gptTraining/modelManagement/modelEvaluation/index.vue
View file @
954dec76
...
...
@@ -14,14 +14,11 @@
<div
class=
"item"
v-for=
"(item, index) in instructionsList"
:key=
"index"
>
<div>
<img
class=
"img"
:src=
"item.img"
alt=
""
/>
<div
class=
"itemTitle"
>
<span
class=
"head-index"
>
{{ index + 1 }}
</span>
{{ item.title }}
</div>
<div
class=
"itemDescribe"
>
{{ item.describe }}
</div>
</div>
<i
v-if=
"instructionsList.length !== index + 1"
class=
"el-icon-arrow-right"
style=
"margin-left: 50px; font-size: 30px; font-weight: bolder;color:#b8babf"
></i>
</div>
</div>
...
...
@@ -269,7 +266,7 @@ export default {
background-color
:
white
;
width
:
100%
;
padding
:
0px
20px
20px
20px
;
height
:
2
0
0px
;
height
:
2
5
0px
;
.instructionsList
{
display
:
flex
;
...
...
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