Skip to content

Commit 03bf29d

Browse files
author
hooray
committed
调整窗口拖动样式,优化移动端拖拉窗口
1 parent 0e55dc2 commit 03bf29d

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

static/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/sys.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/sass/hoorayos/_window.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,34 +152,34 @@
152152
cursor: w-resize;
153153
}
154154
&.window-resize-rt{
155-
right: -8px;
156-
top: -8px;
157-
width: 10px;
158-
height: 10px;
155+
right: -18px;
156+
top: -18px;
157+
width: 20px;
158+
height: 20px;
159159
z-index: 2;
160160
cursor: ne-resize;
161161
}
162162
&.window-resize-rb{
163-
right: -8px;
164-
bottom: -8px;
165-
width: 10px;
166-
height: 10px;
163+
right: -18px;
164+
bottom: -18px;
165+
width: 20px;
166+
height: 20px;
167167
z-index: 2;
168168
cursor: se-resize;
169169
}
170170
&.window-resize-lt{
171-
left: -8px;
172-
top: -8px;
173-
width: 10px;
174-
height: 10px;
171+
left: -18px;
172+
top: -18px;
173+
width: 20px;
174+
height: 20px;
175175
z-index: 2;
176176
cursor: nw-resize;
177177
}
178178
&.window-resize-lb{
179-
left: -8px;
180-
bottom: -8px;
181-
width: 10px;
182-
height: 10px;
179+
left: -18px;
180+
bottom: -18px;
181+
width: 20px;
182+
height: 20px;
183183
z-index: 2;
184184
cursor: sw-resize;
185185
}

static/sass/sys.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p{
1010
}
1111
a{
1212
text-decoration: none;
13-
color: #ccc;
1413
outline: none;
1514
&:hover{
1615
text-decoration: none;

sysapp/calendar/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
calendar.fullCalendar('unselect');
253253
},
254254
editable: true,
255+
eventLimit: true,
255256
events: function(start, end, timezone, callback){
256257
$.ajax({
257258
type: 'POST',

0 commit comments

Comments
 (0)