Commit c7ab236a84151fa936d375061492aa93cea5d53d
1 parent
ad3663be
修改搜索样式
Showing
2 changed files
with
19 additions
and
18 deletions
.idea/workspace.xml
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project version="4"> |
3 | 3 | <component name="ChangeListManager"> |
4 | - <list default="true" id="29079676-ace5-434e-89a2-76a325e744a5" name="Default Changelist" comment="增加搜索框边距,两端对齐..."> | |
5 | - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | |
4 | + <list default="true" id="29079676-ace5-434e-89a2-76a325e744a5" name="Default Changelist" comment=""> | |
6 | 5 | <change beforePath="$PROJECT_DIR$/src/main/resources/static/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/style.css" afterDir="false" /> |
7 | 6 | </list> |
8 | 7 | <ignored path="$PROJECT_DIR$/target/" /> |
... | ... | @@ -41,8 +40,8 @@ |
41 | 40 | <file pinned="false" current-in-tab="true"> |
42 | 41 | <entry file="file://$PROJECT_DIR$/src/main/resources/static/css/style.css"> |
43 | 42 | <provider selected="true" editor-type-id="text-editor"> |
44 | - <state relative-caret-position="130"> | |
45 | - <caret line="7448" column="6" selection-start-line="7448" selection-start-column="4" selection-end-line="7448" selection-end-column="33" /> | |
43 | + <state relative-caret-position="393"> | |
44 | + <caret line="7460" column="6" selection-start-line="7460" selection-start-column="4" selection-end-line="7460" selection-end-column="33" /> | |
46 | 45 | </state> |
47 | 46 | </provider> |
48 | 47 | </entry> |
... | ... | @@ -489,7 +488,7 @@ |
489 | 488 | <workItem from="1594775914845" duration="1878000" /> |
490 | 489 | <workItem from="1594948791275" duration="6675000" /> |
491 | 490 | <workItem from="1594971304528" duration="1570000" /> |
492 | - <workItem from="1594973288945" duration="72000" /> | |
491 | + <workItem from="1594973288945" duration="172000" /> | |
493 | 492 | </task> |
494 | 493 | <task id="LOCAL-00001" summary="添加库位、库位类型增删改查接口"> |
495 | 494 | <created>1565226427512</created> |
... | ... | @@ -526,11 +525,18 @@ |
526 | 525 | <option name="project" value="LOCAL" /> |
527 | 526 | <updated>1594028439243</updated> |
528 | 527 | </task> |
529 | - <option name="localTasksCounter" value="7" /> | |
528 | + <task id="LOCAL-00007" summary="修改搜索样式bug"> | |
529 | + <created>1594973413319</created> | |
530 | + <option name="number" value="00007" /> | |
531 | + <option name="presentableId" value="LOCAL-00007" /> | |
532 | + <option name="project" value="LOCAL" /> | |
533 | + <updated>1594973413319</updated> | |
534 | + </task> | |
535 | + <option name="localTasksCounter" value="8" /> | |
530 | 536 | <servers /> |
531 | 537 | </component> |
532 | 538 | <component name="TimeTrackingManager"> |
533 | - <option name="totallyTimeSpent" value="174891000" /> | |
539 | + <option name="totallyTimeSpent" value="174991000" /> | |
534 | 540 | </component> |
535 | 541 | <component name="TodoView"> |
536 | 542 | <todo-panel id="selected-file"> |
... | ... | @@ -555,7 +561,7 @@ |
555 | 561 | <window_info id="Web" order="7" side_tool="true" /> |
556 | 562 | <window_info anchor="bottom" id="Message" order="0" /> |
557 | 563 | <window_info anchor="bottom" id="Find" order="1" weight="0.32952926" /> |
558 | - <window_info active="true" anchor="bottom" id="Run" order="2" sideWeight="0.49932975" visible="true" weight="0.28199565" /> | |
564 | + <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49932975" weight="0.28199565" /> | |
559 | 565 | <window_info anchor="bottom" id="Debug" order="3" weight="0.37635574" /> |
560 | 566 | <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> |
561 | 567 | <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> |
... | ... | @@ -566,7 +572,7 @@ |
566 | 572 | <window_info anchor="bottom" id="Statistic" order="10" /> |
567 | 573 | <window_info anchor="bottom" id="Java Enterprise" order="11" weight="0.32952926" /> |
568 | 574 | <window_info anchor="bottom" id="Database Changes" order="12" /> |
569 | - <window_info anchor="bottom" id="Version Control" order="13" weight="0.24186552" /> | |
575 | + <window_info active="true" anchor="bottom" id="Version Control" order="13" visible="true" weight="0.24186552" /> | |
570 | 576 | <window_info anchor="bottom" id="Messages" order="14" sideWeight="0.49865952" weight="0.32952926" /> |
571 | 577 | <window_info anchor="bottom" id="Docker" order="15" show_stripe_button="false" /> |
572 | 578 | <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> |
... | ... | @@ -631,7 +637,8 @@ |
631 | 637 | <MESSAGE value="修改库区service" /> |
632 | 638 | <MESSAGE value="增加右上角消息提示,修改配置-入库配置搜索,做成折叠样式..." /> |
633 | 639 | <MESSAGE value="增加搜索框边距,两端对齐..." /> |
634 | - <option name="LAST_COMMIT_MESSAGE" value="增加搜索框边距,两端对齐..." /> | |
640 | + <MESSAGE value="修改搜索样式bug" /> | |
641 | + <option name="LAST_COMMIT_MESSAGE" value="修改搜索样式bug" /> | |
635 | 642 | </component> |
636 | 643 | <component name="WindowStateProjectService"> |
637 | 644 | <state x="414" y="175" key="#com.intellij.execution.impl.EditConfigurationsDialog" /> |
... | ... | @@ -1059,8 +1066,8 @@ |
1059 | 1066 | </entry> |
1060 | 1067 | <entry file="file://$PROJECT_DIR$/src/main/resources/static/css/style.css"> |
1061 | 1068 | <provider selected="true" editor-type-id="text-editor"> |
1062 | - <state relative-caret-position="130"> | |
1063 | - <caret line="7448" column="6" selection-start-line="7448" selection-start-column="4" selection-end-line="7448" selection-end-column="33" /> | |
1069 | + <state relative-caret-position="393"> | |
1070 | + <caret line="7460" column="6" selection-start-line="7460" selection-start-column="4" selection-end-line="7460" selection-end-column="33" /> | |
1064 | 1071 | </state> |
1065 | 1072 | </provider> |
1066 | 1073 | </entry> |
... | ... |
src/main/resources/static/css/style.css
... | ... | @@ -7450,9 +7450,6 @@ body.skin-yellow { |
7450 | 7450 | width:60px; |
7451 | 7451 | height:14px; |
7452 | 7452 | background: #FFFFFF url(../img/down.png) no-repeat 20px; |
7453 | - margin-left:150px; | |
7454 | - margin-top:-2px; | |
7455 | - border-top: none; | |
7456 | 7453 | margin:0 auto; |
7457 | 7454 | |
7458 | 7455 | } |
... | ... | @@ -7462,8 +7459,5 @@ body.skin-yellow { |
7462 | 7459 | width:60px; |
7463 | 7460 | height:14px; |
7464 | 7461 | background: #FFFFFF url(../img/up.png) no-repeat 20px; |
7465 | - margin-left:150px; | |
7466 | - margin-top:-2px; | |
7467 | - border-top: none; | |
7468 | 7462 | margin:0 auto; |
7469 | 7463 | } |
... | ... |