Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
76fb988131
  1. 5
      04.系统编码/Frontend/.idea/workspace.xml
  2. 6
      04.系统编码/Frontend/src/components/Login.vue

5
04.系统编码/Frontend/.idea/workspace.xml

@ -3,11 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="4b7d7b72-f5b8-41e4-85d5-6267bdc12fc5" name="默认变更列表" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Login.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Login.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/SystemManagement.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/SystemManagement.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/hooks/Config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/hooks/Config.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/uilts/axios.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/uilts/axios.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -78,6 +74,7 @@
<workItem from="1638425594612" duration="5238000" />
<workItem from="1638430901827" duration="2042000" />
<workItem from="1638433091413" duration="7649000" />
<workItem from="1638440893221" duration="943000" />
</task>
<task id="LOCAL-00001" summary="2021 12 01">
<created>1638357539757</created>

6
04.系统编码/Frontend/src/components/Login.vue

@ -92,7 +92,7 @@ export default {
border-radius: 10px;
position: relative;
left: 50%;
top: 2.55rem;
top: 1.55rem;
transform: translateX(-50%);
.litterSemicircle {
@ -109,8 +109,8 @@ export default {
}
.importInput {
width: 6.51rem;
height: 6.89rem;
//width: 6.51rem;
//height: 6.89rem;
background: #FFFFFF;
border: 1px solid #707070;
opacity: 1;

Loading…
Cancel
Save