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
a298442e
Commit
a298442e
authored
Jul 24, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
f9c5c1cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Index - 复制.cshtml
Views/Business/Index - 复制.cshtml
+2
-2
Index.cshtml
Views/Business/Index.cshtml
+2
-2
No files found.
Views/Business/Index - 复制.cshtml
View file @
a298442e
...
...
@@ -96,7 +96,7 @@
}
$(function () {
if (IsPC()) {
$("#tab2 .txt p").wrap("<div style='height: 1
1
0px;overflow: hidden;'></div>");
$("#tab2 .txt p").wrap("<div style='height: 1
2
0px;overflow: hidden;'></div>");
$("#tab3 p").wrap("<div style='height: 50px;overflow: hidden;'></div>");
}
...
...
@@ -136,7 +136,7 @@
$("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){
console.log($(this).height());
if ($(this).height()>1
1
0) {
if ($(this).height()>1
2
0) {
$(this).parent().parent().append("<div class='zkbtn'>open</div>");
}
if ($(this).parent().hasClass("tdiv")) {
...
...
Views/Business/Index.cshtml
View file @
a298442e
...
...
@@ -177,7 +177,7 @@
}
$(function () {
if (IsPC()) {
$("#tab2 .txt p").wrap("<div style='height: 1
1
0px;overflow: hidden;'></div>");
$("#tab2 .txt p").wrap("<div style='height: 1
2
0px;overflow: hidden;'></div>");
$("#tab3 p").wrap("<div style='height: 50px;overflow: hidden;'></div>");
}
...
...
@@ -216,7 +216,7 @@
$("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){
console.log($(this).height());
if ($(this).height()>1
1
0) {
if ($(this).height()>1
2
0) {
$(this).parent().parent().append("<div class='zkbtn'>open</div>");
}
if ($(this).parent().hasClass("tdiv")) {
...
...
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