Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bdt_en
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢宇轩
bdt_en
Commits
dde0a92d
Commit
dde0a92d
authored
Jul 22, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
6cb684ae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
21 deletions
+30
-21
Detail.cshtml
Views/Business/Detail.cshtml
+14
-11
Index - 复制.cshtml
Views/Business/Index - 复制.cshtml
+3
-0
Index.cshtml
Views/Business/Index.cshtml
+13
-10
No files found.
Views/Business/Detail.cshtml
View file @
dde0a92d
...
...
@@ -61,6 +61,7 @@
$("#mainav li").eq(2).addClass("active");
setTimeout(function(){
$("#tab2 .txt p").each(function(){
console.log($(this).height());
if ($(this).height()>100) {
...
...
@@ -68,10 +69,12 @@
}
})
$("#tab3 p").each(function(){
console.log($(this).height());
if ($(this).height()>50) {
$(this).parent().parent().append("<div class='zkbtn'>展开</div>");
}
})
})
$(".zkbtn").click(function(event){
event.stopPropagation();
...
...
Views/Business/Index - 复制.cshtml
View file @
dde0a92d
...
...
@@ -123,6 +123,7 @@
})
setTimeout(function(){
$("#tab2 .txt p").each(function(){
console.log($(this).height());
if ($(this).height()>100) {
...
...
@@ -130,10 +131,12 @@
}
})
$("#tab3 p").each(function(){
console.log($(this).height());
if ($(this).height()>50) {
$(this).parent().parent().append("<div class='zkbtn'>展开</div>");
}
})
})
$(".zkbtn").click(function(event){
event.stopPropagation();
...
...
Views/Business/Index.cshtml
View file @
dde0a92d
...
...
@@ -213,6 +213,7 @@
})
setTimeout(function(){
$("#tab2 .txt p").each(function(){
console.log($(this).height());
if ($(this).height()>100) {
...
...
@@ -220,10 +221,12 @@
}
})
$("#tab3 p").each(function(){
console.log($(this).height());
if ($(this).height()>50) {
$(this).parent().parent().append("<div class='zkbtn'>展开</div>");
}
})
})
$(".zkbtn").click(function(event){
event.stopPropagation();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment