Commit 1df58478 authored by zL's avatar zL

提交部分代码

parent 8e0dbb83
src/entry/hl/images/SigIn/logo.png

16.4 KB | W: | H:

src/entry/hl/images/SigIn/logo.png

7.74 KB | W: | H:

src/entry/hl/images/SigIn/logo.png
src/entry/hl/images/SigIn/logo.png
src/entry/hl/images/SigIn/logo.png
src/entry/hl/images/SigIn/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
</div> </div>
</template> </template>
<script> <script>
import * as storage from "@/plugins/storage";
import { GO_URLS } from "@/config/URLS";
import SetPassword from "@/components/signin/setPassword.vue"; import SetPassword from "@/components/signin/setPassword.vue";
import PhoneLogin from "@/components/signin/phoneLogin.vue"; import PhoneLogin from "@/components/signin/phoneLogin.vue";
import EmailLogin from "@/components/signin/emailLogin.vue"; import EmailLogin from "@/components/signin/emailLogin.vue";
...@@ -83,8 +81,8 @@ export default { ...@@ -83,8 +81,8 @@ export default {
position: absolute; position: absolute;
left: 26px; left: 26px;
top: 14px; top: 14px;
width: 90px; width: 125px;
height: 36px; height: 32px;
background: url("../images/SigIn/logo.png") no-repeat center; background: url("../images/SigIn/logo.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
...@@ -107,7 +105,7 @@ export default { ...@@ -107,7 +105,7 @@ export default {
} }
.background-left { .background-left {
background: url("../images/SigIn/login_bg.png") no-repeat center; background: url("../images/SigIn/login_bg.png") no-repeat center;
background-size: 100%; background-size: 100% 100%;
float: left; float: left;
background-color: #faf8fd; background-color: #faf8fd;
height: 554px; height: 554px;
......
...@@ -236,10 +236,9 @@ ...@@ -236,10 +236,9 @@
</template> </template>
<script lang="ts"> <script lang="ts">
import { Component, Vue, Watch } from "vue-property-decorator"; import { Component, Vue, Watch } from "vue-property-decorator";
import * as storage from "@/plugins/storage";
import { formatTemplateApi2Local, formatApiJson } from "@/plugins/Template"; import { formatTemplateApi2Local, formatApiJson } from "@/plugins/Template";
import { PropertyType } from "@/plugins/types"; import { PropertyType } from "@/plugins/types";
import { Property, Unit, FileItem, ResUploadFiles } from "@/plugins/types2"; import { Property, Unit,ResUploadFiles } from "@/plugins/types2";
import { GO_URLS } from "@/config/URLS"; import { GO_URLS } from "@/config/URLS";
import { ImageInfo, ImageItem } from "@/utils/app/AddProductTypes"; import { ImageInfo, ImageItem } from "@/utils/app/AddProductTypes";
import CommonDialog from "@/components/CommonDialog.vue"; import CommonDialog from "@/components/CommonDialog.vue";
......
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