Commit e649e8f8 authored by zhanglongbao's avatar zhanglongbao

fix

parent 1c83b388
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>极速工单</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,viewport-fit=cover" />
<title>极速工单</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
......@@ -11,7 +11,7 @@
:defaultData="defaultData"
@editData="editData" />
<div class="bottom bottom_button">
<div class="bottom bottom_button van-safe-area-bottom">
<span class="button plain" @click="close">取消</span>
<span class="button" @click="confirm">创建</span>
</div>
......@@ -91,7 +91,7 @@ init();
overflow: hidden;
.bottom {
padding: 8px 20px;
margin: 8px 20px;
flex-shrink: 0;
box-sizing: border-box;
}
......
......@@ -99,7 +99,7 @@
</div>
</div>
<div class="operate bottom_button">
<div class="operate bottom_button van-safe-area-bottom">
<span
class="button plain"
v-for="it in detail_config.buttons || []"
......@@ -202,10 +202,10 @@ init();
<style lang="less" scoped>
.code_product_detail {
width: 100vw;
height: 100vh;
overflow: hidden;
height: 90vh;
box-sizing: border-box;
position: relative;
overflow: hidden;
.background_img {
width: 100%;
......@@ -291,8 +291,8 @@ init();
.operate {
position: fixed;
bottom: 0;
width: 100%;
padding: 10px 30px;
width: calc(100% - 40px);
margin: 10px 20px;
box-sizing: border-box;
z-index: 1;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment