|
@@ -11,6 +11,7 @@
|
|
|
type="primary"
|
|
|
:disabled="disabled"
|
|
|
@click="editProductInfo"
|
|
|
+ size="small"
|
|
|
>{{ form.id ? '确认修改' : '确认新增' }}
|
|
|
</el-button>
|
|
|
</div>
|
|
@@ -303,26 +304,6 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-.customer-head {
|
|
|
- position: fixed;
|
|
|
- top: 105px;
|
|
|
- width: 100%;
|
|
|
- margin-left: -10px;
|
|
|
- height: 62px;
|
|
|
- background: #ffffff;
|
|
|
- box-shadow: 0 4px 12px 0px rgba(232, 232, 235, 1);
|
|
|
- z-index: 999;
|
|
|
- /* display: flex;
|
|
|
- justify-content: left; */
|
|
|
-}
|
|
|
-
|
|
|
-.customer-back {
|
|
|
- cursor: pointer;
|
|
|
- line-height: 62px;
|
|
|
- font-size: 16px;
|
|
|
- color: #323233;
|
|
|
- font-weight: 400;
|
|
|
-}
|
|
|
|
|
|
.back-icon {
|
|
|
line-height: 64px;
|
|
@@ -330,12 +311,6 @@ export default {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
|
|
|
-.add-customer-btn {
|
|
|
- position: fixed;
|
|
|
- right: 36px;
|
|
|
- top: 115px;
|
|
|
-}
|
|
|
-
|
|
|
::v-deep .el-form-item {
|
|
|
margin-bottom: 0;
|
|
|
}
|