Skip to content

Commit 9722123

Browse files
committed
修复一处样式问题。
1 parent eadbb00 commit 9722123

File tree

13 files changed

+446
-127
lines changed

13 files changed

+446
-127
lines changed

app-ui/content/Content.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import classnames from 'classnames'
1111
import SearchBar from './SearchBar'
1212
import Agent from '../Agent'
1313
import Editor from './Editor'
14+
1415
import styles from './Content.less'
1516

1617
export default class Content extends React.Component {

app-ui/content/Content.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
display: inline-block;
3636
}
3737
}
38+
39+
}
40+
41+
.loading {
42+
color: #f00;
43+
padding: 10px;
3844
}
3945

4046
.errorMessage {

app/ui/app.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ui/app.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ui/bundle.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/ui/common.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ui/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<meta charset="UTF-8">
55
<title>SwitchHosts!</title>
66
<link rel="stylesheet" href="iconfont/iconfont.css">
7+
<link rel="stylesheet" href="app.css">
78
</head>
89
<body>
910
<div id="app"></div>
10-
<script src="./lib.js"></script>
11-
<script src="./bundle.js"></script>
11+
<script src="./common.js"></script>
12+
<script src="./app.js"></script>
1213
</body>
1314
</html>

app/ui/lib.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exports.version = [3,3,8,5328];
1+
exports.version = [3,3,8,5338];

0 commit comments

Comments
 (0)