Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pmk-channel-vue
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
黄麒宇
pmk-channel-vue
Commits
eea5f1c1
Commit
eea5f1c1
authored
Mar 07, 2023
by
huangqy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
f83a089e
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
30 行增加
和
26 行删除
+30
-26
base.css
src/assets/base.css
+29
-0
RFID.vue
src/views/RFID.vue
+1
-26
没有找到文件。
src/assets/base.css
View file @
eea5f1c1
...
...
@@ -103,3 +103,31 @@ body {
}
.el-dialog
{
display
:
flex
;
flex-direction
:
column
;
margin
:
0
!important
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
max-height
:
calc
(
100%
-
30px
);
max-width
:
calc
(
100%
-
30px
);
}
.el-dialog
.el-dialog__body
{
flex
:
1
;
overflow
:
auto
;
}
.el-form-item--large
{
margin-bottom
:
0px
;
}
.el-collapse-item__header.is-active
{
border-bottom
:
1px
solid
#ebeef5
;
}
.el-collapse-item__wrap
{
border
:
none
;
}
\ No newline at end of file
src/views/RFID.vue
View file @
eea5f1c1
...
...
@@ -48,7 +48,7 @@
</el-tab-pane>
</el-tabs>
<el-dialog
v-model=
"visible"
width=
"45%"
>
<el-dialog
v-model=
"visible"
width=
"45%"
>
<
template
#
header
>
<div
style=
"text-align: center;font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #303133;"
>
{{
title
}}
</div>
</
template
>
...
...
@@ -502,33 +502,8 @@ export default defineComponent({
padding-top
:
17px
;
}
/
deep
/
.el-form-item--large
{
margin-bottom
:
0px
;
}
/
deep
/
.el-collapse-item__header.is-active
{
border-bottom
:
1px
solid
#ebeef5
;
}
/
deep
/
.el-collapse-item__wrap
{
border
:
none
;
}
/
deep
/
.el-dialog
{
display
:
flex
;
flex-direction
:
column
;
margin
:
0
!important
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
/*height:600px;*/
max-height
:
calc
(
100%
-
30px
);
max-width
:
calc
(
100%
-
30px
);
}
/
deep
/
.el-dialog
.el-dialog__body
{
flex
:
1
;
overflow
:
auto
;
}
p
{
margin
:
0
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论