Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
tokcos-socket-web-ts-user
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
小豪
tokcos-socket-web-ts-user
Commits
06549bcf
提交
06549bcf
authored
5月 08, 2024
作者:
Hao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
父级
7c587846
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
27 行增加
和
12 行删除
+27
-12
src/components/AutomaticPrompt.vue
+1
-1
src/views/HomeView.vue
+26
-11
没有找到文件。
src/components/AutomaticPrompt.vue
浏览文件 @
06549bcf
...
...
@@ -266,7 +266,7 @@ defineExpose({
.chat-bar
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
8
px
;
margin-bottom
:
20
px
;
justify-content
:
space-between
;
}
.el-autocomplete
{
...
...
src/views/HomeView.vue
浏览文件 @
06549bcf
...
...
@@ -182,7 +182,7 @@
</div>
<div
class=
"design-requirements"
>
<div>
{{
message
.
content
.
flieName
}}
</div>
<div
class=
"img"
@
click=
"downLoad(message)"
>
<div
class=
"img"
@
click=
"downLoad(message)"
>
<img
:src=
"require('../assets/icon_download.png')"
/>
</div>
</div>
...
...
@@ -222,7 +222,7 @@
class=
"shirnk-aside"
v-shrink=
"
{ isShrink, width: '0px' }"
:style="{
height: 'calc( 100vh -
6
0px )',
height: 'calc( 100vh -
5
0px )',
}"
>
<div
class=
"shrink-text"
@
click=
"changeiShrink"
>
...
...
@@ -231,6 +231,7 @@
<DArrowRight
v-if=
"!isShrink"
/>
</el-icon>
</div>
<div
class=
"shrink-box"
>
<div
v-if=
"pageType == 1"
style=
"width: 292px;"
>
<div
class=
"recentlyViewd"
v-if=
"pageType == 2"
>
Browsing history
...
...
@@ -287,7 +288,10 @@
<el-option
label=
"Tel"
value=
"3"
/>
</el-select>
</el-form-item>
<el-form-item
prop=
"purchaseQuantity"
label=
"Purchase Quantity"
>
<el-form-item
prop=
"purchaseQuantity"
label=
"Purchase Quantity"
>
<el-input
style=
"max-width: 600px; height: 36px;"
placeholder=
"Please enter"
...
...
@@ -373,6 +377,7 @@
</el-form>
</div>
</div>
</div>
</el-aside>
</el-container>
</el-container>
...
...
@@ -405,7 +410,7 @@ const ruleForm = ref({
China
:
''
,
price
:
5000
,
flieName
:
''
,
flieSize
:
0
,
flieSize
:
0
,
flieUrl
:
''
,
otherRequirements
:
'Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation'
,
...
...
@@ -451,7 +456,7 @@ function fileImgChange() {
ruleForm
.
value
.
flieUrl
=
result
ruleForm
.
value
.
flieName
=
oFile
.
name
ruleForm
.
value
.
flieSize
=
oFile
.
size
console
.
log
(
ruleForm
,
'ruleForm'
)
console
.
log
(
ruleForm
,
'ruleForm'
)
}
})
const
loading
:
any
=
ElLoading
?.
service
({
...
...
@@ -739,9 +744,7 @@ const toSendLink = (e: any) => {
<
style
lang=
"scss"
scoped
>
.shirnk-aside
{
position
:
relative
;
overflow-y
:
scroll
;
overflow
:
inherit
;
overflow
:
initial
;
.shrink-text
{
position
:
absolute
;
top
:
50%
;
...
...
@@ -756,6 +759,10 @@ const toSendLink = (e: any) => {
left
:
-12px
;
font-size
:
10px
;
}
.shrink-box
{
overflow-y
:
scroll
;
height
:
100%
;
}
}
.inquiry-list
{
display
:
flex
;
...
...
@@ -820,6 +827,7 @@ const toSendLink = (e: any) => {
.img
{
width
:
20px
;
height
:
20px
;
line-height
:
20px
;
img
{
width
:
100%
;
height
:
100%
;
...
...
@@ -907,7 +915,7 @@ const toSendLink = (e: any) => {
color
:
#0c203d
;
text-overflow
:
ellipsis
;
font-family
:
'Helvetica Neue'
;
font-size
:
1
4
px
;
font-size
:
1
3
px
;
font-style
:
normal
;
font-weight
:
400
;
line-height
:
20px
;
...
...
@@ -1473,11 +1481,12 @@ const toSendLink = (e: any) => {
}
.title
{
display
:
flex
;
padding
:
8px
;
//
padding
:
8px
;
justify-content
:
center
;
align-items
:
center
;
border-radius
:
4px
;
background
:
#f8f8fa
;
line-height
:
20px
;
//
background
:
#f8f8fa
;
font-size
:
12px
;
font-family
:
'PingFang SC'
;
font-weight
:
400
;
...
...
@@ -1700,4 +1709,10 @@ input {
padding-bottom
:
8px
;
border-bottom
:
1px
solid
#e6e8ed
;
}
.footerSubmit
{
font-size
:
16px
!important
;
color
:
#fff
;
background
:
#000
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论