|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<!-- 工序组件--> |
|
|
|
<!-- 工序组件--> |
|
|
|
<div style="width: 96%;margin:0 auto 30px;border: 1px solid #e8e8e8;"> |
|
|
|
<div style="width: 96%;margin:0 auto 30px;border: 1px solid #e8e8e8;"> |
|
|
|
<h2>工序辅料</h2> |
|
|
|
<h2>基本工序</h2> |
|
|
|
<div style="width:100%;height:100%;display: flex;align-items: start;justify-content: space-between;margin-bottom: 20px;padding:30px 20px 0 20px" class="coin"> |
|
|
|
<div style="width:100%;height:100%;display: flex;align-items: start;justify-content: space-between;margin-bottom: 20px;padding:30px 20px 0 20px" class="coin"> |
|
|
|
<!-- <img :src="data.image?data.image:img1" style="width:32%;">--> |
|
|
|
<!-- <img :src="data.image?data.image:img1" style="width:32%;">--> |
|
|
|
<img :src="img1" style="width:32%;max-height: 300px"> |
|
|
|
<img :src="img1" style="width:32%;max-height: 300px"> |
|
|
|