parent
5ae06a867a
commit
a2d57732c8
11 changed files with 106 additions and 36 deletions
@ -0,0 +1,28 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<projectDescription> |
||||||
|
<name>manager</name> |
||||||
|
<comment></comment> |
||||||
|
<projects> |
||||||
|
</projects> |
||||||
|
<buildSpec> |
||||||
|
<buildCommand> |
||||||
|
<name>com.aptana.ide.core.unifiedBuilder</name> |
||||||
|
<arguments> |
||||||
|
</arguments> |
||||||
|
</buildCommand> |
||||||
|
</buildSpec> |
||||||
|
<natures> |
||||||
|
<nature>com.aptana.projects.webnature</nature> |
||||||
|
</natures> |
||||||
|
<filteredResources> |
||||||
|
<filter> |
||||||
|
<id>1548465241018</id> |
||||||
|
<name></name> |
||||||
|
<type>26</type> |
||||||
|
<matcher> |
||||||
|
<id>org.eclipse.ui.ide.multiFilter</id> |
||||||
|
<arguments>1.0-name-matches-false-false-node_modules</arguments> |
||||||
|
</matcher> |
||||||
|
</filter> |
||||||
|
</filteredResources> |
||||||
|
</projectDescription> |
||||||
@ -0,0 +1,12 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<title></title> |
||||||
|
<!-- <#include "/include/head-file.ftl"/> --> |
||||||
|
<!--#include virtual="../include/head-file.ftl" --> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<!--#include virtual="menu.ftl" --> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,28 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<projectDescription> |
||||||
|
<name>mweixin-less</name> |
||||||
|
<comment></comment> |
||||||
|
<projects> |
||||||
|
</projects> |
||||||
|
<buildSpec> |
||||||
|
<buildCommand> |
||||||
|
<name>com.aptana.ide.core.unifiedBuilder</name> |
||||||
|
<arguments> |
||||||
|
</arguments> |
||||||
|
</buildCommand> |
||||||
|
</buildSpec> |
||||||
|
<natures> |
||||||
|
<nature>com.aptana.projects.webnature</nature> |
||||||
|
</natures> |
||||||
|
<filteredResources> |
||||||
|
<filter> |
||||||
|
<id>0</id> |
||||||
|
<name></name> |
||||||
|
<type>26</type> |
||||||
|
<matcher> |
||||||
|
<id>org.eclipse.ui.ide.multiFilter</id> |
||||||
|
<arguments>1.0-name-matches-false-false-node_modules</arguments> |
||||||
|
</matcher> |
||||||
|
</filter> |
||||||
|
</filteredResources> |
||||||
|
</projectDescription> |
||||||
@ -1,4 +1,4 @@ |
|||||||
@import "../../ms-admin/4.7.0/less/app.less"; |
@import "../ms-admin/4.7.0/less/app.less"; |
||||||
|
|
||||||
.ms-admin-material-list { |
.ms-admin-material-list { |
||||||
.ms-margin-padding(15px, 10px); |
.ms-margin-padding(15px, 10px); |
||||||
Loading…
Reference in new issue