提交 06549bcf 作者: Hao

add

父级 7c587846
...@@ -266,7 +266,7 @@ defineExpose({ ...@@ -266,7 +266,7 @@ defineExpose({
.chat-bar { .chat-bar {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 8px; margin-bottom: 20px;
justify-content: space-between; justify-content: space-between;
} }
.el-autocomplete { .el-autocomplete {
......
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
</div> </div>
<div class="design-requirements"> <div class="design-requirements">
<div>{{ message.content.flieName }}</div> <div>{{ message.content.flieName }}</div>
<div class="img" @click="downLoad(message)" > <div class="img" @click="downLoad(message)">
<img :src="require('../assets/icon_download.png')" /> <img :src="require('../assets/icon_download.png')" />
</div> </div>
</div> </div>
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
class="shirnk-aside" class="shirnk-aside"
v-shrink="{ isShrink, width: '0px' }" v-shrink="{ isShrink, width: '0px' }"
:style="{ :style="{
height: 'calc( 100vh - 60px )', height: 'calc( 100vh - 50px )',
}" }"
> >
<div class="shrink-text" @click="changeiShrink"> <div class="shrink-text" @click="changeiShrink">
...@@ -231,6 +231,7 @@ ...@@ -231,6 +231,7 @@
<DArrowRight v-if="!isShrink" /> <DArrowRight v-if="!isShrink" />
</el-icon> </el-icon>
</div> </div>
<div class="shrink-box">
<div v-if="pageType == 1" style="width: 292px;"> <div v-if="pageType == 1" style="width: 292px;">
<div class="recentlyViewd" v-if="pageType == 2"> <div class="recentlyViewd" v-if="pageType == 2">
Browsing history Browsing history
...@@ -287,7 +288,10 @@ ...@@ -287,7 +288,10 @@
<el-option label="Tel" value="3" /> <el-option label="Tel" value="3" />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item prop="purchaseQuantity" label="Purchase Quantity"> <el-form-item
prop="purchaseQuantity"
label="Purchase Quantity"
>
<el-input <el-input
style="max-width: 600px; height: 36px;" style="max-width: 600px; height: 36px;"
placeholder="Please enter" placeholder="Please enter"
...@@ -373,6 +377,7 @@ ...@@ -373,6 +377,7 @@
</el-form> </el-form>
</div> </div>
</div> </div>
</div>
</el-aside> </el-aside>
</el-container> </el-container>
</el-container> </el-container>
...@@ -405,7 +410,7 @@ const ruleForm = ref({ ...@@ -405,7 +410,7 @@ const ruleForm = ref({
China: '', China: '',
price: 5000, price: 5000,
flieName: '', flieName: '',
flieSize:0, flieSize: 0,
flieUrl: '', flieUrl: '',
otherRequirements: otherRequirements:
'Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation', 'Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation Other requirements explanation',
...@@ -451,7 +456,7 @@ function fileImgChange() { ...@@ -451,7 +456,7 @@ function fileImgChange() {
ruleForm.value.flieUrl = result ruleForm.value.flieUrl = result
ruleForm.value.flieName = oFile.name ruleForm.value.flieName = oFile.name
ruleForm.value.flieSize = oFile.size ruleForm.value.flieSize = oFile.size
console.log(ruleForm,'ruleForm') console.log(ruleForm, 'ruleForm')
} }
}) })
const loading: any = ElLoading?.service({ const loading: any = ElLoading?.service({
...@@ -739,9 +744,7 @@ const toSendLink = (e: any) => { ...@@ -739,9 +744,7 @@ const toSendLink = (e: any) => {
<style lang="scss" scoped> <style lang="scss" scoped>
.shirnk-aside { .shirnk-aside {
position: relative; position: relative;
overflow-y: scroll; overflow: initial;
overflow: inherit;
.shrink-text { .shrink-text {
position: absolute; position: absolute;
top: 50%; top: 50%;
...@@ -756,6 +759,10 @@ const toSendLink = (e: any) => { ...@@ -756,6 +759,10 @@ const toSendLink = (e: any) => {
left: -12px; left: -12px;
font-size: 10px; font-size: 10px;
} }
.shrink-box {
overflow-y: scroll;
height: 100%;
}
} }
.inquiry-list { .inquiry-list {
display: flex; display: flex;
...@@ -820,6 +827,7 @@ const toSendLink = (e: any) => { ...@@ -820,6 +827,7 @@ const toSendLink = (e: any) => {
.img { .img {
width: 20px; width: 20px;
height: 20px; height: 20px;
line-height: 20px;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -907,7 +915,7 @@ const toSendLink = (e: any) => { ...@@ -907,7 +915,7 @@ const toSendLink = (e: any) => {
color: #0c203d; color: #0c203d;
text-overflow: ellipsis; text-overflow: ellipsis;
font-family: 'Helvetica Neue'; font-family: 'Helvetica Neue';
font-size: 14px; font-size: 13px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 20px; line-height: 20px;
...@@ -1473,11 +1481,12 @@ const toSendLink = (e: any) => { ...@@ -1473,11 +1481,12 @@ const toSendLink = (e: any) => {
} }
.title { .title {
display: flex; display: flex;
padding: 8px; // padding: 8px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: 4px; border-radius: 4px;
background: #f8f8fa; line-height: 20px;
// background: #f8f8fa;
font-size: 12px; font-size: 12px;
font-family: 'PingFang SC'; font-family: 'PingFang SC';
font-weight: 400; font-weight: 400;
...@@ -1700,4 +1709,10 @@ input { ...@@ -1700,4 +1709,10 @@ input {
padding-bottom: 8px; padding-bottom: 8px;
border-bottom: 1px solid #e6e8ed; border-bottom: 1px solid #e6e8ed;
} }
.footerSubmit {
font-size: 16px !important;
color: #fff;
background: #000;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论